This repository contains automated tests dedicated for QA Automation Challenge
These tests requires [Node.js] to run. Install the dependencies and devDependencies and start the tests.
# install all dependencies and devDependencies
$ npm install# open cypress
$ npx cypress open
# run cypress scripts
$ npx cypress run