Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Verified Commit 19382f99 authored by Daya Adianto's avatar Daya Adianto
Browse files

Add notes about Maven configuration (#10)

parent 32ae2c04
No related branches found
No related tags found
1 merge request!8Create tutorial on BDD
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment