Skip to main content
Search
Close
Q Community
The Global Test Automation Community
Illustration Powered by ACCELQ
Create your Account
Join your own place to ask, answer, learn and network with like minded testers
Sign-up successful ! Verification link has been send on your registered email id. Please check spam folder if unable to find the same in Inbox folder.
The User with this Email ID already exists. Please try another Email
Powered by ACCELQ

REST API end-point to trigger test execution externally

Comments

1 comment

  • Syamkishore Rapaka

    We wish to have selection of Values like: App Env, Browser, Execution Parameters to be included in the ReST end point while giving a CI job

    For example:

    {
    "jobPid": "{job ID from accelQ}",
    "runProperties": // optional, only if relevant for the Job
    {
    "prop1": "val1",
    "prop2": "val2"
    }
    "execution Parameters" :
    {
    "Release Version": "3.4",
    "Sprint": "2"
    }

    "App env": "QA"

    }

     

    Basically the values from the ReST end point should override the values given in the CI Job in accelq.

    0

Please sign in to leave a comment.