Skip to content

Commit

Permalink
docs: Correct link to UI and add username/password for e2e tests (arg…
Browse files Browse the repository at this point in the history
…oproj#8498)

Signed-off-by: Yuan Tang <[email protected]>
  • Loading branch information
terrytangyuan authored Feb 15, 2022
1 parent 5676ab5 commit 9bdf0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/test-e2e.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Git repository via file url: `file:///tmp/argocd-e2e***`.
1. Start the e2e version `make start-e2e`
1. Run the tests: `make test-e2e`

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

## Configuration of E2E Tests execution

Expand Down

0 comments on commit 9bdf0ba

Please sign in to comment.