Skip to content

Commit 2e1e316

Browse files
authored
docs: Add docs for local chain e2e tests run (#23319)
Signed-off-by: reggie-k <[email protected]>
1 parent 0fa3c3d commit 2e1e316

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/developer-guide/test-e2e.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,16 @@ Git repository via file url: `file:///tmp/argo-e2e***`.
1919

2020
## Running Tests Locally
2121

22+
### With virtualized chain
2223
1. Start the e2e version `make start-e2e`
2324
2. Run the tests: `make test-e2e`
2425

26+
### With local chain
27+
1. Start the e2e version `make start-e2e-local`
28+
2. Run the tests: `make test-e2e-local`
29+
30+
## Observing tests results
31+
2532
You can observe the tests by using the UI [http://localhost:4000/applications](http://localhost:4000/applications) with username `"admin"` and password `"password"`.
2633

2734
## Configuration of E2E Tests execution

0 commit comments

Comments
 (0)