-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureIntroduces a new feature to the codebaseIntroduces a new feature to the codebase
Description
Description
Enable the CI server to execute automated tests for the project.
Expected outcome
The CI server can automatically execute the project's automated tests when a webhook event is received.
Acceptance criteria
- Testing is triggered by a webhook, on the branch where the change has been made, as specified in the HTTP payload.
- The testing can be performed through
mvn test - All tests pass
- When oracle of an assertion is changed in a test, at least one test fails (the one with the changed assertion)
- Unit-tests are implemented
- How test execution has been implemented and unit-tested is doumented in
README.md. - Statement of contribution is added on the repository root
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureIntroduces a new feature to the codebaseIntroduces a new feature to the codebase