run focused test x100

This commit is contained in:
Ryan Rosello
2024-07-26 21:41:24 +10:00
parent 0434b0e0d8
commit acfd65d4b4

View File

@ -157,7 +157,7 @@ jobs:
id: retry
if: always()
run: |
yarn playwright test --project="Google Chrome" --workers=1 --grep=@focus --repeat-each=10
yarn playwright test --project="Google Chrome" --workers=1 --grep=@focus --repeat-each=100
# if [[ ! -f "test-results/.last-run.json" ]]; then
# # if no last run artifact, than run plawright normally
# echo "run playwright normally"