-
Updated
May 11, 2020 - C#
bdd-tests
Here are 57 public repositories matching this topic...
-
Updated
Sep 5, 2020 - Go
-
Updated
Dec 10, 2019 - Scala
-
Updated
Jun 11, 2019 - Java
-
Updated
Sep 30, 2019 - Python
-
Updated
May 14, 2020 - Ruby
-
Updated
Mar 27, 2020 - Clojure
-
Updated
Jul 27, 2018 - Ruby
-
Updated
Aug 3, 2017 - Go
-
Updated
Dec 13, 2017 - HTML
-
Updated
May 28, 2018 - Java
-
Updated
Mar 26, 2020 - Kotlin
-
Updated
Jul 19, 2020 - JavaScript
-
Updated
Dec 30, 2018 - Java
Running the Cucumber tests results in the following exception being thrown:
`cucumber.runtime.CucumberException: No CucumberOptions annotation
at cucumber.runtime.android.CucumberJUnitRunner.createRuntimeOptions(CucumberJUnitRunner.java:297)
at cucumber.runtime.android.CucumberJUnitRunner.(CucumberJUnitRunner.java:102)
at cucumber.runtime.android.CucumberJUnitRunnerBuilder.runnerForClass
-
Updated
May 8, 2020 - C#
-
Updated
Jan 16, 2020 - PHP
-
Updated
Aug 8, 2017 - Python
-
Updated
Feb 17, 2020 - Java
-
Updated
Jun 22, 2020 - C#
-
Updated
Apr 21, 2020 - Java
-
Updated
Jul 16, 2018 - Java
Right now this code
describe! {
case "one" {
case "two" {
case "three" {
assert!(true);
}
}
}
}expands to
mod one {
use super::*;
mod two {
use super::*;
#[test]
fn three() {
{ { { { assert!(true); } } } }
}
}
}Ideally we'd want
mod one {
use super::*;
mod two {
use super::*;
#[tes-
Updated
May 11, 2020 - Java
-
Updated
Dec 7, 2017 - JavaScript
-
Updated
Oct 21, 2019 - Gherkin
Improve this page
Add a description, image, and links to the bdd-tests topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bdd-tests topic, visit your repo's landing page and select "manage topics."
Expected Behavior
Output should look and feel like godoc.
Actual Behavior
Looks old and in need of updating.
Steps to Reproduce the Problem
Specifications