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 am trying to use '--single-file' in allureReport task
i am running the command : ./gradlew allureReport --clean --single-file=true
I am getting error :
FAILURE: Build failed with an exception.
Unknown command-line option '--single-file'.
The how to use documentation for all configuration options are missing in readme and allure documentation.
Not sure
It should generate report in a single html file.
| Generate report using | gradle allureReport task |
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm submitting a ...
What is the current behavior?
I am trying to use '--single-file' in allureReport task
i am running the command : ./gradlew allureReport --clean --single-file=true
I am getting error :
FAILURE: Build failed with an exception.
Problem configuring task :functional-tests:allureReport from command line.
The how to use documentation for all configuration options are missing in readme and allure documentation.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
Not sure
What is the expected behavior?
It should generate report in a single html file.
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
| Generate report using | gradle allureReport task |
Other information
The text was updated successfully, but these errors were encountered: