Forum Discussion

aniketjadhav's avatar
aniketjadhav
New Contributor
3 years ago

Tests are failing on Jenkins

Tests are failing on Jenkins with error 

Please specify endpoints and restart your test.

I have added endpoints in

<con:service type="SOAP" name="xyz">
<con:endpoint authProfile="No Authorization">https://foo</con:endpoint>
</con:service>
Tests are running fine on my local machine

 

2 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Provide more details such as logs from jenkins.

    As error says, have a check on the enpoints that are configured in the project.
    • aniketjadhav's avatar
      aniketjadhav
      New Contributor
      [INFO] ReadyAPI 2.7.0 shutting down
      [ERROR] com.smartbear.ready.cmd.runner.MissedEndpointException: The following requests do not contain endpoints:
      Check status[Test Suite: Test_Case_1]
      Please specify endpoints and restart your test.

      Getting exception for few of the test cases, Same test case are running on other environment having same configuration..