Question to plugin authors. What's the best way to...
# plugin-development
j
Question to plugin authors. What's the best way to integration test the problems API?
CC: @John
v
I guess as long as https://github.com/gradle/gradle/issues/30627 is not implemented you can only do it using the tooling API.
j
I think it emits some console output and an html report? those could be asserted.
j
Ah ok so just the report file
Better than nothing though