Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Cypress tests are stored inside the folder/common-hosted-form-service/tests/functional/cypress/e2e

To run the cypress tests headlesslyFor headless cypress runs, go to project root /common-hosted-form-service/tests/functional and run the following command

...

If a dev wants to run the new code in the PR environment, then they needs to enter PR number for example in the following format pr-1114( whatever is the PR number) in the textbox as in the screenshot above. After clicking on “Run workflow” button, cypress tests starts running and we can check the cypress result for any failed tests. If we don't enter any PR number and hit “Run workflow” button then cypress tests will run on default dev environment(/app)

...