Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
svanaeinars committed Nov 20, 2024
1 parent 027baf5 commit f64c620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/testing/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ yarn e2e <app-name>
yarn e2e <app-name> --grep-invert @fast

# Run tests tagged with either @fast or @slow
npx playwright test --grep "@fast|@slow"
yarn e2e <app-name> --grep "@fast|@slow"
```

- **View the Test Report**: After running tests, use this command to view the generated report:
Expand Down

0 comments on commit f64c620

Please sign in to comment.