Installation
System requirements
- Node.js 18+ (See here how to install Node.js and Npm)
- Npm/Yarn will need access to the internet when installing the library
- One of these OS :
- Windows 10+, Windows Server 2016+ or Windows Subsystem for Linux (WSL).
- MacOS 12 Monterey, MacOS 13 Ventura, or MacOS 14 Sonoma.
- Debian 11, Debian 12, Ubuntu 20.04 or Ubuntu 22.04, with x86-64 or arm64 architecture.
Introduction
You can choose among the following runners :
When your tests are written you can change the runner by replacing the npm dependency without having to modify them.
Installing @uuv/cypress
Run the following command :
- Npm
- Yarn
npm install --save-dev @uuv/cypress
yarn add -D @uuv/cypress
What's installed
uuv/
cypress.config.ts
cypress/
support/
command.ts
.cypress-cucumber-preprocessorrc.json
Installing @uuv/playwright
Run the following command :
- Npm
- Yarn
npm install --save-dev @uuv/playwright
yarn add -D @uuv/playwright
What's installed
uuv/
playwright.config.ts
cucumber.cjs