Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/developer-guide/test-e2e.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Git repository via file url: `file:///tmp/argo-e2e***`.
1. Start the e2e version `make start-e2e`
2. Run the tests: `make test-e2e`

You can observe the tests by using the UI [http://localhost:8080/applications](http://localhost:8080/applications) with username `"admin"` and password `"password"`.
You can observe the tests by using the UI [http://localhost:4000/applications](http://localhost:4000/applications) with username `"admin"` and password `"password"`.

## Configuration of E2E Tests execution

Expand Down
Loading