Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Playwright Test Github action #1878

Open
stolinski opened this issue Nov 1, 2024 · 1 comment
Open

Fix Playwright Test Github action #1878

stolinski opened this issue Nov 1, 2024 · 1 comment

Comments

@stolinski
Copy link
Collaborator

Playwright tests pass locally but not in the github action. I need to find out why exactly and get them running again so that we get all the green checks in PRs.

stolinski added a commit that referenced this issue Nov 1, 2024
Fixes #1878

Update Playwright test configuration to pass in GitHub action.

* **package.json**
  - Add a new script `test:ci` to run Playwright tests with `--reporter=dot`.

* **.github/workflows/playwright-tests.yml**
  - Update the `Run Playwright tests` step to use `pnpm run test:ci`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/syntaxfm/website/issues/1878?shareId=XXXX-XXXX-XXXX-XXXX).
@stolinski
Copy link
Collaborator Author

I have solved this bug. Turns out to be fsevents because of '@sentry/profiling-node' I've let the profiling team know. So we either just accept that tests will fail now or remove profiling node until we have a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant