Start Prioritized Testing
Leverage Predictive Test Selection Technology
Start Test Prioritization
Update CI Script to "Prioritized Tests"
Example: Script running Prioritized 30% of Tests on each Test Run:
--runtestswithappsurify --url "https://dummy.appsurify.com" --apikey "api key" --project "application1" --testsuite "testsuite" --runtemplate "prioritized tests" --percentage "30" --testtemplate "mvn" --commit "commit id" --branch "branch" --report "report" --pipeoutput "true"Example with specific Project Details:
--runtestswithappsurify --url "https://dummy.appsurify.com" --apikey "NTk6cD1Ua3dwJZ8k3GnP2" --project "TestBrainDemoJunit" --testsuite "selenium" --runtemplate "prioritized tests" --percentage "30" --testtemplate "mvn" --commit "$GITHUB_SHA" --branch "branch" --report "report" --pipeoutput "true"
IMPORTANT: Where to Insert your AI Model
IMPORTANT: Ensure to schedule Full Run as Catch-All
IMPORTANT: Ensure Fail-Safe Command is in Place before Turning On
Last updated
Was this helpful?