Skip to content

Conversation

@wotan-allfather
Copy link

Closes #5083

  • Remove Cypress config, support files, and dependencies
  • Add Playwright config with Nx preset and webServer configuration
  • Convert round-trip.cy.ts to round-trip.spec.ts using Playwright API
  • Update project.json to use @nx/playwright:playwright executor
  • Update tsconfig.json for Playwright compatibility
  • Add @nx/playwright and @playwright/test dependencies

Test coverage:

  • Login flow
  • Book search functionality
  • Add/remove books from collection
  • View collection
  • Sign out

Note: Invalid credentials test is skipped pending investigation of Angular Material error message visibility in Playwright.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Closes #

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[ ] No

Other information

Closes ngrx#5083

- Remove Cypress config, support files, and dependencies
- Add Playwright config with Nx preset and webServer configuration
- Convert round-trip.cy.ts to round-trip.spec.ts using Playwright API
- Update project.json to use @nx/playwright:playwright executor
- Update tsconfig.json for Playwright compatibility
- Add @nx/playwright and @playwright/test dependencies

Test coverage:
- Login flow
- Book search functionality
- Add/remove books from collection
- View collection
- Sign out

Note: Invalid credentials test is skipped pending investigation of
Angular Material error message visibility in Playwright.
@netlify
Copy link

netlify bot commented Feb 4, 2026

Deploy Preview for ngrx-io ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 9870c26
🔍 Latest deploy log https://app.netlify.com/projects/ngrx-io/deploys/6983c9297db42500083d0776
😎 Deploy Preview https://deploy-preview-5084--ngrx-io.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Member

@timdeschryver timdeschryver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @wotan-allfather
Could you please look the failing build.

It seems as if the example-app is broken, so the e2e tests will fail.
To resolve this remove the strictActionWithinNgZone at strictActionWithinNgZone.
I think with this change, that the timeouts in the test cases and the skipped test should also be resolved.

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.

Migrate example-app e2e tests to Playwright

2 participants