Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects

Create tutorial on BDD

Merged Daya Adianto requested to merge chore/10-bdd-tutorial into main
All threads resolved!
2 files
+ 36
19
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -4,14 +4,14 @@ import io.cucumber.junit.CucumberOptions;
import net.serenitybdd.cucumber.CucumberWithSerenity;
import org.junit.runner.RunWith;
/**
* The test runner class that runs the executable scenarios,
* i.e. the feature files written in Gherkin format.
*/
@RunWith(CucumberWithSerenity.class)
@CucumberOptions(
plugin = {"pretty"},
features = "src/test/resources/features"
)
/**
* The test runner class that runs the executable scenarios,
* i.e. the feature files written in Gherkin format.
*/
public class CucumberTestSuite {
}
Loading