Skip to content

updated maven.yml to use docker compose instead of docker-compose com… #14

updated maven.yml to use docker compose instead of docker-compose com…

updated maven.yml to use docker compose instead of docker-compose com… #14

GitHub Actions / Test Results succeeded Aug 7, 2024 in 0s

Test Results ✔️

Tests passed successfully

✔️ target/surefire-reports/TEST-TestSuite.xml

12 tests were completed in 13s with 12 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSuite 12✔️ 13s

✔️ TestSuite

io.github.mfaisalkhatri.api.reqres.tests.ApiTests
  ✔️ testGetAPI
  ✔️ testDeleteAPI
  ✔️ testPutAPI
  ✔️ testPostAPI
  ✔️ testPatchAPI
io.github.mfaisalkhatri.api.restfulbooker.tests.RestfulBookerEndToEndTests
  ✔️ createBookingTest
  ✔️ getBookingTest
  ✔️ generateTokenTest
  ✔️ updateBookingTest
  ✔️ updatePartialBookingTest
  ✔️ deleteBookingTest
  ✔️ testBookingDeleted