Skip to content

Latest commit

 

History

History
35 lines (16 loc) · 585 Bytes

README.md

File metadata and controls

35 lines (16 loc) · 585 Bytes

demoqa-tests

Automation UI tests for DemoQA.COM

Installation:

  1. Clone Repository to your Computer
  2. Install Modules ➞ npm install
  3. Install Playwright Browsers ➞ npx playwright install

How to run tests:

Playwright Docs - CLI

By Folder:

npm test src/tests/forms

or with multiple folders:

npm test src/tests/forms src/tests/elements

By Spec File:

npm test web-tables.spec.ts

or with multiple files:

npm test web-tables.spec.ts practice-form.spec.ts