updated readme #51
Annotations
7 errors
TestSuite ► io.github.mfaisalkhatri.api.reqres.tests.ApiTests ► testGetAPI:
target/surefire-reports/TEST-TestSuite.xml#L0
Failed test found in:
target/surefire-reports/TEST-TestSuite.xml
Error:
java.lang.AssertionError: expected [200] but found [401]
|
TestSuite ► io.github.mfaisalkhatri.api.reqres.tests.ApiTests ► testPostAPI:
target/surefire-reports/TEST-TestSuite.xml#L0
Failed test found in:
target/surefire-reports/TEST-TestSuite.xml
Error:
java.lang.AssertionError: expected [201] but found [401]
|
TestSuite ► io.github.mfaisalkhatri.api.reqres.tests.ApiTests ► testPutAPI:
target/surefire-reports/TEST-TestSuite.xml#L0
Failed test found in:
target/surefire-reports/TEST-TestSuite.xml
Error:
java.lang.AssertionError: expected [200] but found [401]
|
TestSuite ► io.github.mfaisalkhatri.api.reqres.tests.ApiTests ► testDeleteAPI:
target/surefire-reports/TEST-TestSuite.xml#L0
Failed test found in:
target/surefire-reports/TEST-TestSuite.xml
Error:
java.lang.AssertionError: expected [204] but found [401]
|
TestSuite ► io.github.mfaisalkhatri.api.reqres.tests.ApiTests ► testPatchAPI:
target/surefire-reports/TEST-TestSuite.xml#L0
Failed test found in:
target/surefire-reports/TEST-TestSuite.xml
Error:
java.lang.AssertionError: expected [200] but found [401]
|
Build and Test
Failed test were found and 'fail-on-error' option is set to true
|
Build and Test
Process completed with exit code 1.
|