This covers basic Cypress and MatrixALM integration for verification testing. For more info, please refer to Cypress.io and MatrixALM
-
Get the source with git clone
-
Install the required package using npm install
-
Create a
local-settings.jsonto overwrite defaults (you can make a copy oflocal-settings.json.template) -
Open
local-settings.json- Specify your instance as parameter
mxSpecToken - You can overwrite other settings as well
- Specify your instance as parameter
-
Open
cypress.config.ts- Replace
mxSpecsURLparameter value with the value of your instance - Replace
mxSpecProjectparameter value with the value of your project - Replace
baseUrlparameter value with your tested application url
- Replace
- Generate your test scripts using the Test Case Code Generator located in
helpers/sdk-tools