-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: create a Testkube Dashboard category in docs (#3834)
- Loading branch information
Abdallah Abedraba
authored
May 15, 2023
1 parent
be8db65
commit 5d8546a
Showing
3 changed files
with
25 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# API Endpoint | ||
|
||
The API Endpoint connects the dashboard to your Testkube API endpoint that is part of your Testkube installation. | ||
|
||
In case you're starting the dashboard from the CLI using the `testkube dashboard` command it should be automatically set for you. | ||
|
||
But if you are [exposing Testkube Dashboard over an Ingress Controller](./exposing-testkube-with-ingress-nginx.md) you will have to also expose the API Endpoint and connect the Testkube Dashboard through the Testkube API Endpoint modal which you can find in *Settings* > *General* > *Testkube API endpoint*: | ||
|
||
![dashboard-endpoint-prompt.png](../img/dashboard-endpoint-prompt-1.6.png) | ||
|
||
You can also append it to the above URL (as an apiEndpoint parameter) for a direct link to the dashboard with your results: | ||
|
||
`https://demo.testkube.io/?apiEndpoint=...` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters