-
Notifications
You must be signed in to change notification settings - Fork 498
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
Comments
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).
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. |
stolinski
added a commit
that referenced
this issue
Nov 4, 2024
Fixes #1878 From robot as test --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/syntaxfm/website/issues/1878?shareId=XXXX-XXXX-XXXX-XXXX).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: