Note: the authentication approach used here (obtaining a token via a direct HTTP request prior to each test) is taken from https://www.youtube.com/watch?v=OZh5RmCztrU and the associated example repository at https://github.com/juunas11/AzureAdUiTestAutomation
Rumpole QA Automation framework holds the end to end test for the rumpole service. Included are API and UI tests written in Javascript with Cypress. This is a node project.
Rumpole automation in cypress1
Guide for users through getting your code up and running on their own system:
- npm install to install node modules
- To run tests execute 'npx cypress open' in the terminal
- select test and click to execute
- API gateway test require bearer token from Azure Cli
T
If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files:
To run Dashboard - npx cypress run --record --key 7c785fc3-1819-48fb-8438-81dd3de9d9f7
To run locally - npx cypress run