Skip to content

RMNT/sourcery-cypress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sourcery-cypress

Tutorial

How to?

1. Clone via Sourcetree

  1. Click [Clone/New] button
  2. Copy paste "https://github.com/nikolaj-tolkaciov/sourcery-cypress.git" into [Source Path / URL] input
  3. Input your desired path to store the repository on your local machine into [Destination Path] input
  4. Click the [Clone] button

2. Install

  1. (Prerequisites) Install NodeJS
  2. Navigate to your local sourcery_cypress repository directory that you selected in part 1, click on the address/navigation bar, type 'cmd' and click Enter (or just open your command line/terminal by clicking [Windows] keyboard key, typing "cmd" and then navigate to your local sourcery_cypress repository directory through the terminal: write cd and insert the full (or relative) path of your local sourcery_cypress repository directory
  3. Run the npm run setup command

3. Run tests

  1. Navigate to your local sourcery_cypress repository via File Explorer
  2. Enter the helpers folder and open credentials.js
  3. Enter the credentials used to login to the Sourcery For Testers application and save the file
  4. In cmd navigate to your local sourcery_cypress repository directory (you should already be there if you've just completed part 2)
  5. Run the npm run cypress:open command
  6. In the open Cypress window click on login.js on the left
  7. Watch as Cypress does the testing for you :)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.7%
  • Batchfile 3.3%