Skip to content

feat(ci-server): execute automated tests on webhook trigger #9

@HotFazz

Description

@HotFazz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureIntroduces a new feature to the codebase

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions