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

dependency and plugin versions updated in pom.xml #88

Merged
merged 1 commit into from
Jun 28, 2024

dependency and plugin versions updated in pom.xml

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

dependency and plugin versions updated in pom.xml #88

dependency and plugin versions updated in pom.xml
b21ae52
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded Jun 28, 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.TestGetRequestWithRestAssuredSpecs
  ✅ getRequestTestWithRestAssuredConfig
in.reqres.TestAuthentication
  ✅ testAuthenticationToken[[email protected], pistol](1)
  ✅ testAuthToken[[email protected], pistol](1)
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.TestResponseHeaders
  ✅ responseHeadersTest
in.reqres.TestPostRequests
  ✅ testPostRequests[Rahul, QA](1)
  ✅ testPostRequests[Jane, Sr.Dev](2)
  ✅ testPostRequests[Albert, Dev](3)
  ✅ testPostRequests[Johnny, Project Manager](4)
in.reqres.TestGetRequests
  ✅ getRequestTest[2](1)
  ✅ getRequestTestWithQueryParam[2](1)
in.reqres.TestResponseBodyWithJsonPath
  ✅ testResponseWithJsonPath
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
  ✅ testLessThanAssertions
  ✅ testGreaterThanAssertions
  ✅ testNumberAssertions
assertionexamples.StringRelatedAssertionTests
  ✅ testHasKeyAssertion
  ✅ testNotNullAssertions
  ✅ testNotAssertions
  ✅ testMultipleAssertStatement
  ✅ testStringAssertions