allure-framework / allure-java

Allure integrations for Java test frameworks
Apache License 2.0
357 stars 226 forks source link

spock2: add test plan filter support #943

Closed mihalichzh closed 1 year ago

mihalichzh commented 1 year ago

Context

We are using spock 2 as a test runner for one of our test automation frameworks. Recently, we've set up an integration with Allure TestOps and it appears that allure-spock2 doesn't support selective test runs yet. This contribution is aimed to add such feature.

P.S. - logic and unit tests are essentially the same as already implemented for allure-testng and allure-junit-platform integration with a few spock-specific details.

Checklist

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

mihalichzh commented 1 year ago

Hi @baev - sorry for tagging, but is there a chance to review and include this into the next lib version?

baev commented 1 year ago

Yes, you may expect the release early next week

baev commented 1 year ago

@mihalichzh could you please fix the build?

mihalichzh commented 1 year ago

@mihalichzh could you please fix the build?

Hi @baev , should be fixed now - take a look please

baev commented 1 year ago

@mihalichzh thanks!