Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Sep 14, 2024
1 parent fadad3b commit 9ba3bd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,14 +290,14 @@ jobs:
- name: ASD ASD
if: inputs.type == 'ui' && always()
run: |
ls -l ${{github.workspace}}/apps/meteor/tests/e2e/.playwright
ls -l ${{github.workspace}}/apps/meteor/tests/e2e/playwright
- name: Store playwright test trace
if: inputs.type == 'ui' && always()
uses: actions/upload-artifact@v4
with:
name: playwright-test-trace-${{ matrix.mongodb-version }}-${{ matrix.shard }}
path: ${{github.workspace}}/apps/meteor/tests/e2e/.playwright/**/
path: ${{github.workspace}}/apps/meteor/tests/e2e/playwright/

- name: Show server logs if E2E test failed
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ tests/end-to-end/temporary_staged_test
.screenshots
/private/livechat
/storybook-static
/tests/e2e/.playwright
/tests/e2e/playwright
coverage
.nyc_output
/data
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
},
permissions: ['microphone'],
},
outputDir: 'tests/e2e/.playwright',
outputDir: 'tests/e2e/playwright',
reporter: [
['list'],
process.env.REPORTER_ROCKETCHAT_REPORT === 'true' && [
Expand Down

0 comments on commit 9ba3bd2

Please sign in to comment.