This repository contains automated tests for MySkill login feature using Cypress.
Before running the automation test, ensure you have Node.js installed. If not, download it from Node.js.
npm install
- Open the folder
cypress/fixtures/
. - Copy
user(example).json
and rename it touser.json
and change your data login.
Run the automation test in the terminal:
npm run test
- Open Cypress in the browser:
npx cypress open
- In the Cypress GUI, navigate to the "e23 test" folder.
- Choose "electron browser" from the available browsers.
- Click on
spec.cy.js
to run the test.
Ensure all dependencies and configurations are set up before running the tests. Happy testing!