Karl Tiirik

Results 6 issues of Karl Tiirik

### What happened? Maybe this more a feature request, but Cucumber integration has grouping at Given/When/Then level (from your example): ![Kuvatõmmis 2023-10-19 001543](https://github.com/allure-framework/allure-java/assets/6077967/92f23fbf-e083-476f-8956-c7c8771136b8) It makes sense to have the same...

type:bug

### 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"...

type:bug
triage

### 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: ![Kuvatõmmis 2023-10-13 113217](https://github.com/allure-framework/allure-java/assets/6077967/c7f02dc9-d7f7-4d01-8416-87285ea3d40d) 3. Run tests `./gradlew clean test` 4. Generate report `./gradlew...

type:bug
triage

**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...