A spring servie that provides endpoints for fetching a soccer league's table based on results coming from OpenLigaDB.
Returns the current table of league with identifier "bl1".
Returns the table of league with identifier "bl1" for matchday 18.
Starts the application.
Runs all Unit tests.
Runs all Integration tests.
Runs all cucumber scenarios.
Creates Jacoco unit test report after a unit test run.
Creates Jacoco integration test report after an integration test run.
Creates Jacoco report about coverage of all unit and integration tests. A unit and integration test run is necessary for that.
Creates a SerenityBDD report for feature overview. A feature test run is necessary for that.