diff --git a/.github/workflows/ci-test-e2e.yml b/.github/workflows/ci-test-e2e.yml index e90848d193b5..9bf6dd80ab95 100644 --- a/.github/workflows/ci-test-e2e.yml +++ b/.github/workflows/ci-test-e2e.yml @@ -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() diff --git a/apps/meteor/.gitignore b/apps/meteor/.gitignore index a9fd54ab8711..a599fa51325b 100644 --- a/apps/meteor/.gitignore +++ b/apps/meteor/.gitignore @@ -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 diff --git a/apps/meteor/playwright.config.ts b/apps/meteor/playwright.config.ts index 822f78e28741..2f75b56f25e3 100644 --- a/apps/meteor/playwright.config.ts +++ b/apps/meteor/playwright.config.ts @@ -19,7 +19,7 @@ export default { }, permissions: ['microphone'], }, - outputDir: 'tests/e2e/.playwright', + outputDir: 'tests/e2e/playwright', reporter: [ ['list'], process.env.REPORTER_ROCKETCHAT_REPORT === 'true' && [