xsbt-cucumber-plugin
xsbt-cucumber-plugin copied to clipboard
Plugin to integrate Cucumber and Cuke4Duke into XSBT
Hi, We have extended Manuel's upgrade to Scala 2.11 in cucumber-jvm 1.1.8 to make sure that the integration project publishes a 2.11 artifact. Basically, 2.10 is used to build the...
I'm not able to retrieve the artifact from `https://templemore.co.uk/repo/`
I'm trying to get test reports when running the `it:test` integration-tests, but unsucessfuly so far: no file is being created. I've got the following options configured, even explicitly specifying the...
I'm running the sbt-cucumber-plugin on Windows, with cygwin. I get: Exception in thread "main" java.lang.IllegalArgumentException: Not a file or directory: C:\Users\workspace\pretty However, the "out" files contains the following: [0m[[0mdebug[0m] [0mJVM...
This builds drops support for Scala 2.9.2 since support for it has been dropped in cucumber-scala 1.1.7
Being new to sbt, I struggled somewhat to get the plugin to work. It turned out that I had to declare the plugin in `project/cucumber.sbt` instead of `project/plugins/build.sbt`. Maybe this...
Maybe I am mistaken so papologies if I am wrong. But it is not possible to pass a system property via comman line when executing cucumber? For example I have...
Could you please add an example in one of the sample projects using the before and/or after hooks?
Hi, If I run `sbt test` then my unit tests are running but not my cucumber tests In my build.sbt file I have ``` seq(cucumberSettingsWithTestPhaseIntegration : _*) :+ (cucumberJsonReport :=...
Chris, After upgrading to the latest xsbt cucumber plugin, I suddenly see errors like this: Don't know how to convert "9.0" into scala.math.BigDecimal. I've done a lot of searching to...