sbt-cucumber icon indicating copy to clipboard operation
sbt-cucumber copied to clipboard

Cucumber plugin for SBT.

Results 14 sbt-cucumber issues
Sort by recently updated
recently updated
newest added

I've had a look around but can't see the answer so if the following does exist, pointing me in the right direction would be appreciated. Firstly, great that I can...

Are there any objections to use the cucumber-plugin `0.3.1` with SBT `1.3.13`? The note in [RADME.md](https://github.com/sbt/sbt-cucumber/blob/master/README.md) says > **Note** The latest version of the plugin is built using SBT 1.2.8....

As already can do ``` sbt "cucumber -tags @my-tag" ``` Would be great to have ``` sbt "cucumber -tags-exclude @my-tag" ```

Looking at the commit dates, it looks like the configurable classpath should have made it into the published 0.3.1 version, but when browsing to the 0.3.1 source that sbt has...

In our team we found that there is missing pretty basic functionality which would cover BeforeAll and AfterAll hooks executions block. The solution support Before and After but is is...

Hi, I am have written some cucumber scenarios and added junit assertions in the steps. If any of the assertions fail, the cucumber report comes with step failure, but cucumber...

I am seeing error: Jul 23, 2020 4:14:12 PM cucumber.api.cli.Main run WARNING: You are using deprecated Main class. Please use io.cucumber.core.cli.Main Exception in thread "main" java.lang.IllegalArgumentException: Couldn't create a file...

`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...

Hello, This plugin cannot be found > sbt.ResolveException: unresolved dependency: com.waioeka.sbt#cucumber-plugin;0.1.7: not found Any Help?

Hi, currently the project is released only for Scala 2.12. Could you cross release this project for other still widely used Scala versions?