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
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -336,6 +336,12 @@ To see the test report generated by the test runner,
open the HTML document located at [`./target/site/serenity/index.html`](./target/site/serenity/index.html).
The report will show information such as the total number of features and their test status.
> Note: To see how the test suites are configured and run by Maven build system,
> you can peruse the build configuration at [`pom.xml`](./pom.xml).
> The configuration utilises several plugins such as Surefire and Failsafe to run the test runners.
> In addition, to ensure the BDD test suite can be run independently,
> the configuration use a custom Maven profile to isolate the BDD test suite from the other test suites.
## Tasks
Your tasks are to write new test scenarios for two existing features that yet to be covered by the BDD test suite.
Loading