Skip to content

endrat12/soucedemoTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

soucedemoTest

  • Framework: Cypress
  • To run this script, please follow this instruction:
  • Ensure you have Node.js installed on your machine. You can download it from the official Node.js website (https://nodejs.org) if you don't already have it installed.
  • Once Node.js is installed, open a terminal or command prompt and navigate to the project folder where you have the downloaded Cypress scripts.
  • Run the following command to install the project dependencies (including Cypress):npm install
  • After the dependencies are installed, you can run the Cypress Test Runner using the following command: npx cypress open, This command will open the Cypress Test Runner window.
  • In the Test Runner window, you will see the list of example tests provided by Cypress. You can remove those files from the cypress/integration folder.
  • Place the downloaded login.spec.cy.js file into the cypress/integration folder of your project.
  • Switch to the Cypress Test Runner window.
  • Click on login.spec.js in the test list to run the tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published