Frameworkium / frameworkium-bdd

Integration of Cucumber BDD and frameworkium-core to offer support for using tests written as feature files.
Apache License 2.0
15 stars 19 forks source link

Cucumber jvm parallel plugin #2

Closed robertgates55 closed 7 years ago

robertgates55 commented 7 years ago

Removed dependency on our own parallel plugin - now uses temyers original which allows us to provide/specify a custom template for generating runners.

Fixed tests, & updated travis to run latest versions etc.

Converted BrowserSetup to listener implementation.