sbt / sbt-cucumber

Cucumber plugin for SBT.
Other
20 stars 14 forks source link

[BUG] beforeAll and afterAll hooks doesn't execute #14

Open chameleon82 opened 4 years ago

chameleon82 commented 4 years ago

CucumberPlugin.beforeAll and CucumberPlugin.afterAll should be defined as functions but those functions not executed in the plugin properly.

This PR will fix this bug

Additionally sbt-test added ( please run sbt scripted to check the results )

Additionally all dependencies and versions updated to the latest ( with current versions example wont run on mac due incompatibility between sbt 1.2.8, scala 2.12.10 and jdk13 )