This is a sample project which you can use to start your E2E testing with Cypress for SharePoint.
For more information, check the following articles:
- Using Cypress for end to end testing your SharePoint solutions
- Running Cypress on Azure DevOps for cross-browser testing your solutions
In order to start using this project. You will have to do the following steps:
- Clone the project
npm i
- Install all the dependencies- Rename
cypress.sample.json
tocypress.json
- Provide the
username
,password
, andappUrl
- Run
npm test
Happy E2E testing