Johannes Link
Johannes Link
Any updates on this one? With JUnit platform 1.3.0 looming, the old gradle plugin will no longer be supported and there's no way to run up-to-date junit 5 engines with...
Any updates on this one? JUnit platform 1.3.1 is already out.
What a bummer. Especially since I cannot think of any workaround.
Is there anyway to get stdout added to Gradle console output in case of a test failure? That's what I'd actually need since the test report is a few clicks...
@sbrannen @marcphilipp Both things together should make a simple mechanism possible. I'll see what I can figure out.
There's a simpler way for jqwik: https://jqwik.net/docs/current/user-guide.html#jqwik-configuration If you set `useJunitPlatformReporter = false` jqwik will do its own reporting to stdout.
I'd also love to see jqwik support. I'd also be willing to contribute it. Is there a way to enhance framework support as some kind of plug-in? This could be...
Sure. Next Monday would be my last opportunity before vacation time.
Thanks. Am Mi., 3. Aug. 2022 um 11:59 Uhr schrieb Lars Eckart < ***@***.***>: > I sent the invite to ***@***.*** > > — > Reply to this email directly,...
> ApprovalTests now also detects test methods that are using jqwik. released as 18.0.0 > > [01be1e0](https://github.com/approvals/ApprovalTests.Java/commit/01be1e0e292f16851d316ad16233d40201946a4d) > > [e70a7d6](https://github.com/approvals/ApprovalTests.Java/commit/e70a7d6c3853a6830a5008e6b185bca4c0a6b7da) Even better. It now detects any test method that uses...