Dominic Michel

Results 2 comments of Dominic Michel

So right now my last resort was to extend the `OneBrowserPerSuite` trait, override `run`, check for excludedTags and just return `SucceededStatus` if the suite should be skipped due to its...

Take your time, i worked around it by setting up an own main class `CucumberPlugin.mainClass := "acceptanceTests.CucumberRunner"` and attaching the plugin arg there ```scala object CucumberRunner { def main(argv: Array[String]):...