Skip to content

This repository contains automated tests for MySkill login feature using Cypress.

Notifications You must be signed in to change notification settings

abdlmnf17/automation-testing-myskill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySkill Automation Test

This repository contains automated tests for MySkill login feature using Cypress.

Installation

Before running the automation test, ensure you have Node.js installed. If not, download it from Node.js.

npm install

Test Data Setup

  1. Open the folder cypress/fixtures/.
  2. Copy user(example).json and rename it to user.json and change your data login.

Running the Automation Test

Terminal

Run the automation test in the terminal:

npm run test

Cypress GUI

  1. Open Cypress in the browser:
npx cypress open
  1. In the Cypress GUI, navigate to the "e23 test" folder.
  2. Choose "electron browser" from the available browsers.
  3. Click on spec.cy.js to run the test.

Ensure all dependencies and configurations are set up before running the tests. Happy testing!

Screenshots

Terminal Logo
GUI Logo

About

This repository contains automated tests for MySkill login feature using Cypress.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published