Skip to content

added gson dependency in pom, added sadpathtest class, updated logger… #31

added gson dependency in pom, added sadpathtest class, updated logger…

added gson dependency in pom, added sadpathtest class, updated logger… #31

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test Results succeeded Sep 22, 2024 in 0s

Test Results ✔️

Tests passed successfully

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

22 tests were completed in 14s with 22 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSuite 22✔️ 14s

✔️ TestSuite

io.github.mfaisalkhatri.api.reqres.tests.ApiTests
  ✔️ testGetAPI
  ✔️ testPatchAPI
  ✔️ testPutAPI
  ✔️ testPostAPI
  ✔️ testDeleteAPI
io.github.mfaisalkhatri.api.restfulbooker.tests.RestfulBookerEndToEndTests
  ✔️ createBookingTest
  ✔️ getBookingTest
  ✔️ generateTokenTest
  ✔️ updateBookingTest
  ✔️ updatePartialBookingTest
  ✔️ deleteBookingTest
  ✔️ testBookingDeleted
io.github.mfaisalkhatri.api.restfulecommerce.HappyPathTests
  ✔️ testShouldCreateNewOrders
  ✔️ testShouldGetAllOrders
  ✔️ testShouldGetOrderUsingOrderId
  ✔️ testShouldGetOrdersUsingUserId
  ✔️ testShouldGetOrdersUsingProductId
  ✔️ testTokenGeneration
  ✔️ testShouldUpdateTheOrderUsingPut
  ✔️ testShouldUpdateTheOrderUsingPatch
  ✔️ testShouldDeleteTheOrder
  ✔️ testShouldNotRetrieveDeletedOrder