Recently Spock added parallel test execution in Version 2.0-M4. I tried to test it and found out that geb-spock-report shows incorrect figure when parallel mode is on
Geb-Spock-Report screenshot
Gradle report
Notice geb report is showing 2 test executed whereas gradle report shows correct 3 test
Recently Spock added parallel test execution in Version 2.0-M4. I tried to test it and found out that geb-spock-report shows incorrect figure when parallel mode is on Geb-Spock-Report screenshot Gradle report
Notice geb report is showing 2 test executed whereas gradle report shows correct 3 test
spockconfig file
Here is the zip file of the project:- Spock2Test.zip
Run
./gradlew clean test
to launch the test cases on chrome