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

Update the npm run test:e2e scripts to run the tests with Playwright #10240

Open
eduardoumpierre opened this issue Jan 24, 2025 · 0 comments · May be fixed by #10276
Open

Update the npm run test:e2e scripts to run the tests with Playwright #10240

eduardoumpierre opened this issue Jan 24, 2025 · 0 comments · May be fixed by #10276
Assignees
Labels
category: devops Features and tools supporting dev process. focus: fraud tools

Comments

@eduardoumpierre
Copy link
Contributor

Description

As part of the process of sunsetting Puppeteer, we need to update the following NPM scripts to run with Playwright:

  • test:e2e
  • test:e2e-dev
  • test:e2e-performance

Also, either adapt or remove the following Playwright-specific scripts:

  • test:e2e-pw
  • test:e2e-pw-update-snapshots
  • test:e2e-pw-ui
  • test:e2e-pw-ci

Acceptance criteria

  • Playwright needs to be run when executing npm run test:e2e
  • The NPM scripts have been updated and do not have pw in their names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: devops Features and tools supporting dev process. focus: fraud tools
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants