/demo-web-automation-playwright

Sample project to demonstrate UI automation tests with Playwright and Typescript using Page Factory pattern.

Primary LanguageTypeScript

demo-ui-automation-playwright

Sample project to demonstrate UI automation tests with Playwright and Typescript using Page Factory pattern.

Pre-requirements

It's required to have Node.js and npm installed to run this project.

Installation

Run npm install to install the dev dependencies.

Tests

Run npm run tests:chrome to run the tests on the Chrome browser in headless mode.

Run npm run tests:firefox to run the tests on the Firefox browser in headless mode.

Support this project

If you want to support this project, leave a ⭐.