temyers / cucumber-jvm-parallel-plugin

Maven plugin to help running Cucumber features in parallel
Apache License 2.0
129 stars 121 forks source link

Is there a way to copy methods and variables for Junit @BeforeClass and @AfterClass #183

Closed kapilsuri87 closed 5 years ago

kapilsuri87 commented 6 years ago

Hi,

First of all thanks for the plugin.

I have ended up with a situation though!!!

I need to run parallel tests using your plugin but with Junit @BeforeClass and @AfterClass methods. This will help me initialize the drivers once per feature execution.

Can you help me on the same.