FYI, I’m using: === GEB_VERSION = 5.0 SELENIUM_VERSION = 4.0.0-rc-1 SLF4J_VERSION = 1.7.32 SPOCK_VERSION = 2.0-groovy-3.0 GEB_SPOCK_REPORTS_VERSION = 0.3.0-RC1 ===
Mostly OK. I do experience a problem with reporting when tests are run in parallel. I opened: https://github.com/AOEpeople/geb-spock-reports/issues/34 As you say, the project is ‘unloved’ now. I think the problem is that there is a race condition somewhere in the report generator that causes the intermediate json file to become corrupted. I couldn’t track down why, though… I have to run tests sequentially to get a valid/uncorrupted report. I can still run tests in parallel if I am solely interested in the TESTING aspect, rather than the REPORTING one, but for now it is meeting my needs I’d LOVE to find a more robust alternative… From: [email protected] <[email protected]> On Behalf Of jc Sent: Friday, 5 November 2021 11:13 PM To: Geb User Mailing List <[email protected]> Subject: [geb-user] Reporting options Hi all, we've been using Geb-Spock-Reports<https://github.com/AOEpeople/geb-spock-reports> since I've started using Geb several years ago and I've always loved it because it is a simple and clean report that integrates the tests with their screenshots upon failure. Looks like it is no longer supported and I am unsure it is going to work with Geb 5.0. It looks like there is a release candidate that updates it to Groovy 3.0 and a early version of Spock 2.0, but it is about 18 months old now and I'm unsure it's going to work. I'm hesitant to go through the process of updating Geb only to find out this reporting solution won't work. I'm wondering if anyone else has any other reporting solution they like that achieves something similar? Or even better if someone knows how to contribute to geb-spock-reports to update it to work with Geb 5.0 that would be absolutely amazing. -- You received this message because you are subscribed to the Google Groups "Geb User Mailing List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/878ce251-12d8-48d6-805b-db74678b9e21n%40googlegroups.com<https://groups.google.com/d/msgid/geb-user/878ce251-12d8-48d6-805b-db74678b9e21n%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "Geb User Mailing List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/SY4P282MB1883D42DFFAF3CA38D991CC2ED8E9%40SY4P282MB1883.AUSP282.PROD.OUTLOOK.COM.
