Skip to content

frappe/cypress-testsuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cypress Testsuite

  1. delete the existing cypress folder within your frappe application folder.

  2. clone this repository in the apps/frappe directory

$ git clone [email protected]:frappe/cypress-testsuite.git cypress
  1. create a cypress.json file within the frappe application directory, an example config for it would go as follows:
{
  "baseUrl": "http://<instance-url>:<port>",
  "projectId": "92odwv",
  "adminPassword": "frappe",
  "viewportHeight": 1080,
  "viewportWidth": 1920
}
  1. checkout the commands.js for available commands, and some example ui tests for guidelines.

About

cypress testsuite for frappe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published