We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6be41 commit 043fdc9Copy full SHA for 043fdc9
README.md
@@ -1,6 +1,6 @@
1
-## Stacklok QA
+## Minder Smoke Tests
2
3
-This repo aims to be home to tests and automation for Stacklok in general.
+This repo provides smoke tests for validating the functionality of a Minder installation.
4
5
Tests are written using the [Robot Framework](https://robotframework.org/) with
6
Python as a helper language for writing custom libraries.
resources/constants.py
@@ -3,4 +3,3 @@
MINDER_CONFIG = "MINDER_CONFIG" # nosec
MINDER_API_ENDPOINT = "api.stacklok.com:443"
-MINDER_REST_ENDPOINT = "cloud.stacklok.com:443"
0 commit comments