Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
miya committed Aug 13, 2024
1 parent 2eac271 commit 2a9ba53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-app-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,11 @@ jobs:
MONGO_URI: mongodb://mongodb:27017/growi-playwright-guest-mode
ELASTICSEARCH_URI: http://localhost:${{ job.services.elasticsearch.ports['9200'] }}/growi

- uses: actions/upload-artifact@v2
- uses: Upload Screenshots
if: always()
with:
name: playwright-report
path: playwright-report/
path: apps/app/playwright/screenshots/
retention-days: 1

- name: Slack Notification
Expand Down
2 changes: 2 additions & 0 deletions apps/app/playwright/30-search/search.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ test('Successfully rebuild index', async({ page }) => {

await expect(page.getByTestId('admin-full-text-search')).toBeVisible();

await page.screenshot({ path: 'apps/app/playwright/screenshots/admin-search.png', fullPage: true });

await expect(page.getByTestId('connection-status-label')).toHaveText('CONNECTED');


Expand Down

0 comments on commit 2a9ba53

Please sign in to comment.