...
If a dev wants to run the new code in the PR environment, then they needs to enter PR number in the following format pr-1114( for PR number 1114) 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)
...