Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated dependency versions #90

Merged
merged 1 commit into from
Aug 1, 2024

updated dependency versions

a7bd4e8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

updated dependency versions #90

updated dependency versions
a7bd4e8
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded Aug 1, 2024 in 0s

39 passed, 0 failed and 0 skipped

Tests passed successfully

✅ /home/runner/work/rest-assured-examples/rest-assured-examples/target/surefire-reports/TEST-TestSuite.xml

39 tests were completed in 8s with 39 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSuite 39✅ 8s

✅ TestSuite

in.reqres.TestPostWithRecords
  ✅ testCreateUser
in.reqres.TestDeleteRequests
  ✅ deleteRequestTests[2](1)
in.reqres.TestResponseHeaders
  ✅ responseHeadersTest
in.reqres.TestAuthentication
  ✅ testAuthenticationToken[[email protected], pistol](1)
  ✅ testAuthToken[[email protected], pistol](1)
in.reqres.TestGetRequestWithRestAssuredSpecs
  ✅ getRequestTestWithRestAssuredConfig
in.reqres.TestPostRequests
  ✅ testPostRequests[Rahul, QA](1)
  ✅ testPostRequests[Jane, Sr.Dev](2)
  ✅ testPostRequests[Albert, Dev](3)
  ✅ testPostRequests[Johnny, Project Manager](4)
in.reqres.TestPatchRequests
  ✅ patchRequestTests[2, Michael, QA Lead](1)
  ✅ patchRequestTests[958, Yuan, Project Architect](2)
in.reqres.TestPutRequests
  ✅ putRequestsTests[2, Michael, QA Lead](1)
  ✅ putRequestsTests[958, Yuan, Project Architect](2)
in.reqres.TestResponseBodyWithJsonPath
  ✅ testResponseWithJsonPath
in.reqres.TestGetRequests
  ✅ getRequestTest[2](1)
  ✅ getRequestTestWithQueryParam[2](1)
in.reqres.PostRequestBuilderExample
  ✅ postTestUsingBuilderPattern
com.restfulbooker.RestfulBookerE2ETests
  ✅ createBookingTest
  ✅ getBookingTest
  ✅ testTokenGeneration
  ✅ updateBookingTest
  ✅ updatePartialBookingTest
  ✅ deleteBookingTest
  ✅ checkBookingIsDeleted
com.restfulbooker.JsonSchemaValidationTest
  ✅ testCreateBookingJsonSchema
  ✅ testGetBookingJsonSchema
  ✅ testUpdateBookingJsonSchema
  ✅ testUpdatePartialBookingJsonSchema
  ✅ testCreateJsonSchema
soapapitests.NumberToWordsTest
  ✅ testNumberToWordsAPI
assertionexamples.NumberRelatedAssertionTests
  ✅ testGreaterThanAssertions
  ✅ testLessThanAssertions
  ✅ testNumberAssertions
assertionexamples.StringRelatedAssertionTests
  ✅ testNotNullAssertions
  ✅ testHasKeyAssertion
  ✅ testMultipleAssertStatement
  ✅ testStringAssertions
  ✅ testNotAssertions