We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775fba1 commit 85baf0bCopy full SHA for 85baf0b
tests/functional/README.md
@@ -88,7 +88,7 @@ CYPRESS_ENV=dev
88
You can ask for example `.env` file over slack.
89
90
- Run `npx cypress install`
91
-- Run tests using cmd `npx cypress run`.
+- Run tests using cmd `npx cypress run`. Or `xvfb-run -a npx cypress run` when runnign over SSH.
92
- Run tests using UI `npx cypress open`. Choose **E2E testing**, select **Chrome** browser.
93
- View test reports in the `cypress-report` directory.
94
- Explore source code files for detailed implementation.
0 commit comments