Environment variables
During execution tests on the CI/CD systems like Jenkins, TeamCity, GitLab etc. Allure TestOps receives a list of environment variables available on those systems.
Print available environment variables on CI/CD system
The simplest way to obtain the list of available variables is to call sh printenv
command during the build execution.
Remember the required variable name you would like to display on Allure TestOps.
Register Environment variable on Allure TestOps
- Create new Environment under Administration area in Allure TestOps.
- Create new Environment under project settings area in Allure TestOps.
Use the Key like on CI/CD systems.
- Run test on third party systems, launch contains the environment information
© Qameta Software Inc. All rights reserved.