Skip to content

Automation UI tests for DemoQA.COM // TypeScript + Playwright

Notifications You must be signed in to change notification settings

vasd85/demoqa-tests

Repository files navigation

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

About

Automation UI tests for DemoQA.COM // TypeScript + Playwright

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published