Hotbones / Playwright-consultant

0 stars 0 forks source link

Playwright-consultant

Run all tests:

npx playwright test

Run tests on specific environment:

npx playwright test

Run tests by title -g(grep):

npx playwright test example.spec.ts --grep "should get users from page 2"

Run tests by Line number:

npx playwright test example.spec.ts:20

Run tests by Line number

npx playwright test example.spec.ts

Extample test with playwright

road map1

MR B