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 #1883

Closed
wants to merge 2 commits into from

Conversation

stolinski
Copy link
Collaborator

@stolinski stolinski commented 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.

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).
Copy link

vercel bot commented Nov 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
syntax-website ✅ Ready (Inspect) Visit Preview Nov 1, 2024 7:02pm

Copy link

codecov bot commented Nov 1, 2024

Bundle Report

Changes will decrease total bundle size by 4 bytes (-0.0%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
website-client-esm 2.14MB 3 bytes (-0.0%) ⬇️
website-server-esm 30.59MB 1 bytes (-0.0%) ⬇️

* Update the `actions/checkout` version to `v3` in the `Checkout code` step
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Playwright Test Github action
1 participant