We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't found add environment function in allure
I want to addEnvironment(name, value) via code
I want to add environment to show my test line info, and I use jenkins to executor our testcase
The text was updated successfully, but these errors were encountered:
Hi, you can simply generate an environment.properties file yourself as part of the test run and drop it into allure-results
environment.properties
allure-results
Sorry, something went wrong.
No branches or pull requests
I'm submitting a ...
What is the current behavior?
I can't found add environment function in allure
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
What is the expected behavior?
I want to addEnvironment(name, value) via code
What is the motivation / use case for changing the behavior?
I want to add environment to show my test line info, and I use jenkins to executor our testcase
Please tell us about your environment:
Other information
The text was updated successfully, but these errors were encountered: