...
GoTestPro extends its functionality by presenting a Jenkins plugin tailored to automate Test Execution within your Jenkins Pipeline.
1.1 Get Curl Command Link from GoTestPro
Log in to your account on GoTestPro.
Navigate to Test Plans.
Select a test plan and then select the CI/CD tab.
Click the Jenkins button.
GTP application will display the REST API (Curl Command).
Copy the Curl Command link.
...
1.2 Add Execution Step in Jenkins Pipeline
If you have a Jenkins pipeline in place, skip to step 2. Otherwise, follow the steps below to create a new Pipeline.
...