cypress-sharepoint-sample
cypress-sharepoint-sample copied to clipboard
Cypress E2E testing for SharePoint solutions sample
Cypress E2E testing for SharePoint solutions sample
This is a sample project which you can use to start your E2E testing with Cypress for SharePoint.
Related articles
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
- How to use Cypress to test your SharePoint solution with an Azure AD-secured API
How to start
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
Supported browsers
Happy E2E testing