Skip to content

Commit 85baf0b

Browse files
Explain how to run over SSH
Signed-off-by: Lukasz Gryglicki <[email protected]> Assisted by [OpenAI](https://platform.openai.com/) Assisted by [GitHub Copilot](https://github.com/features/copilot)
1 parent 775fba1 commit 85baf0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ CYPRESS_ENV=dev
8888
You can ask for example `.env` file over slack.
8989

9090
- Run `npx cypress install`
91-
- Run tests using cmd `npx cypress run`.
91+
- Run tests using cmd `npx cypress run`. Or `xvfb-run -a npx cypress run` when runnign over SSH.
9292
- Run tests using UI `npx cypress open`. Choose **E2E testing**, select **Chrome** browser.
9393
- View test reports in the `cypress-report` directory.
9494
- Explore source code files for detailed implementation.

0 commit comments

Comments
 (0)