diff --git a/README.md b/README.md index 78b78ac4..a3fb9c59 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ TestNG based Java test suite focused on e2e testing application services running ## Requirements * java jdk 11 -* maven >= 3.3.1 +* maven >= 3.8.1 * kcat (only to run Kcat tests) +* python 3 ## Build and check checkstyle @@ -50,37 +51,52 @@ required variables in the test sourcecode javadoc. Environment variables can also be configured in the [config.json](#config-file) file. -| Name | Description | Default value | -|------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------| -| `CONFIG_FILE` | relative or absolute path to the [config.json](#config-file) | $(pwd)/config.json | -| `LOG_DIR` | path where the test suite will store additional collected logs and artifacts | $(pwd)/target/logs | -| `PRIMARY_USERNAME` | ** https://sso.redhat.com username with quota to provision the tested service (See [Create test users](#create-test-users) if you don't have one) | | -| `PRIMARY_PASSWORD` | ** primary user password | | -| `SECONDARY_USERNAME` | ** https://sso.redhat.com username in the same organization as the primary user | | -| `SECONDARY_PASSWORD` | ** secondary user password | | -| `ALIEN_USERNAME` | ** https://sso.redhat.com username in a different organization respect the primary user with no quota | | -| `ALIEN_PASSWORD` | ** alien user password | | -| `DIFF_ORG_USERNAME` | ** https://sso.redhat.com username in a different organization respect the primary user and alien user with quota: 1 SKU | | -| `DIFF_ORG_PASSWORD` | ** diff_org user password | | -| `OPENSHIFT_API_URI` | the base URI for the application services mgmt APIs (See [Test Environments](#test-environments)) | `https://api.stage.openshift.com` | -| `REDHAT_SSO_URI` | users authentication endpoint for application services mgmt APIs | `https://sso.redhat.com` | -| `REDHAT_SSO_LOGIN_FORM_ID` | HTML `id` value of the login `