Note
It is expected that you cannot run this project without the api base url and its endpoints.
The purpose of this project is to demonstrate that I've developed something for personal use and future reference.
If you have any questions, feel free to contact me through one of my socials on my github profile.
UI Automation Testing
npm
cypress
faker
- [Login]
- [Profile]
- Node JS make sure NodeJS is installed in your system
-
Clone this project on your local machine
https://github.com/markuusche/cypress-ui
-
Open a terminal inside your local clone of the repository.
-
Install dependencies:
Cypress
npm install cypress --save-dev
Faker
npm install @faker-js/faker --save-dev
Run cypress in headless mode
npx cypress run
Run cypress in headless mode with your chosen browser (chrome, firefox, edge)
npx cypress run --browser chrome