Skip to content

updated readme

updated readme #51

Triggered via push May 31, 2025 15:25
Status Failure
Total duration 1m 12s
Artifacts

maven.yml

on: push
Build and Test
1m 6s
Build and Test
Fit to window
Zoom out
Zoom in

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.