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 )
CucumberPlugin.beforeAll
andCucumberPlugin.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 )