Playwright Run a Set of Test Files

Using the following command, you can run a set of test files from CLI in playwright.

npx playwright test tests/todo-page/ tests/landing-page/
npx playwright test tests/dbl.spec.js tests/WindowsHandle.spec.js tests/Frames.spec.js --headed --project='chromium'
Mon, 01/30/2023 - 10:47
Ashwin possesses over five years of experience in the Quality Assurance industry and is currently serving as a Technical Lead at iVagus. His expertise encompasses a broad range of technologies, including Cypress, Rest Assured, Selenium, Cucumber, JavaScript and TypeScript.
Tags

Comments