Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Document few common test commands for e2e suite
Rūdolfs Ošiņš committed 2 months ago
commit 87bd6e244ff56d2660973f5f530b1c3661b9e820
parent fe10aca
1 file changed +6 -0
modified CONTRIBUTING.md
@@ -41,6 +41,12 @@ Use this when:
**Note:** If you've made code changes or are getting unexpected test failures,
remove the `SKIP_SETUP` flag to ensure tests run against the latest build.

+
**Common usage patterns:**
+

+
* First time run: `npm run test:e2e -- --project chromium`
+
* Subsequent runs (no code changes): `SKIP_SETUP=true npm run test:e2e -- --project chromium`
+
* Single test by line number: `SKIP_SETUP=true npm run test:e2e -- tests/e2e/repo/commits.spec.ts:90 --project chromium`
+

Proposing changes
-----------------
When proposing changes via a patch: