Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 669 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 669 Bytes

UI tests with Playwright

alt text

This repository contains simple automation test framework written with JavaScript, Playwright and CucumberJs.

If you want to run test locally, please follow these steps:

  1. Clone this repository
  2. Make sure you have node.js installed. If you don't, please visit official website for instructions (node version > 14.0.0 , v14.17.0 is recommended)
  3. Run npm install to install node modules
  4. To debug run "npm run debug"
  5. To enable video recording set PWVIDEO=1

If you want to run it in headed mode, then change options to headless: true in hooks.js