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
Description
Now we can configure the utbot-gradle plugin only using sarifReport { ... } block in the build.gradle.
utbot-gradle
sarifReport { ... }
build.gradle
We should support configuring the task generateTestsAndSarifReport using -P parameters to use the plugin from the GitHub action.
generateTestsAndSarifReport
Expected behavior
The user can run generateTestsAndSarifReport -PtestFramework=testng ... <other parameters> ...
generateTestsAndSarifReport -PtestFramework=testng ... <other parameters> ...
The text was updated successfully, but these errors were encountered:
Support -P parameters in the utbot-gradle (#376)
c1e8e2a
Update utbot-gradle docs with -P parameters (#376)
2b515e1
mmvpm
Successfully merging a pull request may close this issue.
Description
Now we can configure the
utbot-gradle
plugin only usingsarifReport { ... }
block in thebuild.gradle
.We should support configuring the task
generateTestsAndSarifReport
using -P parameters to use the plugin from the GitHub action.Expected behavior
The user can run
generateTestsAndSarifReport -PtestFramework=testng ... <other parameters> ...
The text was updated successfully, but these errors were encountered: