jaktestowac.pl
jaktestowac.pl
Allowing the serial mode test to continue even if one test fails would be a very nice feature💪
Here are tested solutions (W11 in VS Code) : ### Logical OR for tags **PowerShell**: `npx playwright test --grep --% "@fast^|@slow"` **Git Bash**: `npx playwright test -g "@fast|@slow"` **CMD**: `npx...
@mxschmitt have look on PR with docs update https://github.com/microsoft/playwright/pull/24304
@yury-s thank you for the update and for making a thoughtful decision. I look forward to the next steps. 👁️
+1 This feature along with https://github.com/microsoft/playwright/issues/18112 can allow users to decide how test can be run. Think about this like high level soft assertions.
Feature already requested here https://github.com/microsoft/playwright/issues/21955
@pavelfeldman This issue should not be closed because is about letting user to choose placement of drawer (bottom or side). The https://github.com/microsoft/playwright/issues/21955 should be closed instead.
@gskierk Playwright itself is full of custom strategies (how you explain famous `dependencies:` in project while you can do this by fixtures?) why do not add another useful one. If...
@dgozman thanks for nice code snipped. At least can we add this as future feature and listen community for feedback?
@DetachHead update Playwright to latest release 1.32.3 and confirm that bug still apears