Skip to content

bandlab/e2eTests_playwright

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published