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(testing): add support for playwright --last-failed #28161

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

agoldis
Copy link

@agoldis agoldis commented Sep 27, 2024

--last-failed allows running only the failed tests from the previous run.
Example: playwright test --last-failed. Documentation

Current Behavior

Cannot provide --last-failed flag to playwright

Expected Behavior

Should be able provide --last-failed via configuration entry lastFailed: boolean

Related Issue(s)

Fixes #28096

@agoldis agoldis requested a review from a team as a code owner September 27, 2024 07:17
Copy link

vercel bot commented Sep 27, 2024

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

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Sep 27, 2024 5:14pm

Copy link

nx-cloud bot commented Sep 27, 2024

--last-failed allows running only the failed tests from the previous run
example: playwright test --last-failed

Closes nrwl#28096
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.

Playwright --last-failed CLI flag not supported (1.44+)
1 participant