quarkiverse / quarkus-cucumber

Quarkus Cucumber extension
Apache License 2.0
14 stars 14 forks source link

add support of beforeall and afterall hooks #147

Closed tbounsiar closed 5 months ago

tbounsiar commented 5 months ago

Adding support of @BeforeAll() and @AfterAll() Issue https://github.com/quarkiverse/quarkus-cucumber/issues/79

tbounsiar commented 5 months ago

@stuartwdouglas @bmscomp @tisoft @christophd
Hi all, Can you take a look at this pr please. Need it thank you

christophd commented 5 months ago

Thanks! It would be good to have a unit test that verifies that the Cucumber Before/After hook gets called once before/after all tests

tbounsiar commented 5 months ago

Thanks! It would be good to have a unit test that verifies that the Cucumber Before/After hook gets called once before/after all tests

Done by using configurable fake Factory in basic test.

bmscomp commented 5 months ago

LGTM