4 lines
120 B
Makefile
4 lines
120 B
Makefile
|
setup:
|
||
|
npx playwright test --project=firefox --grep @setup
|
||
|
npx playwright test --project=firefox --grep-invert @setup
|