● Create Cypress framework from scratch with 1 API and 1 UI test, small ones. ● 2 steps under each test is enough. ● ReadMe file for the framework should include information how to trigger the test run.
- Node.js installed
- NPM installed
- Unzip the project file.
- Open a terminal in the project root directory.
- Install dependencies:
npm install
To run the tests in "headless" mode (command line), run:
npx cypress runTo open the interactive Test Runner, run:
npx cypress open