Skip to content

0.2.0

Compare
Choose a tag to compare
@anderseknert anderseknert released this 09 Jun 20:30
· 108 commits to master since this release
  • Complete rewrite of the testRego task, now not just failing the build on test failures or errors but actually translating the test results into formats recognizable both by Gradle and by CI/CD systems by exporing the test results into JUnit XML reports. This allows for OPA/Rego tests to be both tested and reported like any other Gradle tests.
  • Task configuration may now override "base" configuration (like srcDir and testDir) on a per task basis.
  • Tons of internal improvements, tests and fixes.