Karl Tiirik
Karl Tiirik
### What happened? Maybe this more a feature request, but Cucumber integration has grouping at Given/When/Then level (from your example):  It makes sense to have the same...
### What happened? 1. Project https://github.com/karltiirik/spock-restassured-allure 2. Run tests `./gradlew clean test` 3. Generate report `./gradlew allureServe` 4. A test with a variable both in the test name and "given"...
### What happened? 1. Project https://github.com/karltiirik/spock-restassured-allure/releases/tag/fixture-methods-issue 2. 2 tests in a single file, all fixture methods present:  3. Run tests `./gradlew clean test` 4. Generate report `./gradlew...
**Describe the bug** Allure process not killed after Ctrl + C (leaks processes). **To Reproduce** Steps to reproduce the behavior: 1. Use sample project: https://github.com/karltiirik/spock-restassured-allure/commit/88de0e308449f04ab81b0f650e52d8bfcafe7cde 2. Run tests: `mvnw clean...
**Describe the bug** Spock @Retry annotation multiple runs put under the same overview as test body. **To Reproduce** Steps to reproduce the behavior: 1. [Go project](https://github.com/karltiirik/spock-restassured-allure/tree/retry-repro-branch) 2. Run test according...
**Is your feature request related to a problem? Please describe.** Project with Spock2 + Allure + Groovy. I want to have 2 ways of looking at the tests. 1. is...