Integration testing for Glific using Cypress
Launches cypress test runner.
Command line without opening a browser (headless mode)
- Create a new file
cypress.json
in the project root directory and copy the contents fromcypress.json.example
. - Update the
cypress.json
file with relevant configurations.