You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer-guide/test-e2e.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,16 @@ Git repository via file url: `file:///tmp/argo-e2e***`.
19
19
20
20
## Running Tests Locally
21
21
22
+
### With virtualized chain
22
23
1. Start the e2e version `make start-e2e`
23
24
2. Run the tests: `make test-e2e`
24
25
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
+
25
32
You can observe the tests by using the UI [http://localhost:4000/applications](http://localhost:4000/applications) with username `"admin"` and password `"password"`.
0 commit comments