Add a way to trigger run machine to start a test set
Our automation test execution (ATE) machine can receive a remotely command and put into queue, commands from queue will be pulled out and processed, such as 'Build', 'Program', 'Run', 'Report'... but I can't find any way to trigger our ATE from Practitest server now.
-
Anonymous commented
Take a look into the "Project - Activity Web Hooks" in the "Integrations" tab of a project's settings. It is capable of making a POST request to a user-provided URL when a test run starts. I used AWS Lambda and AWS API Gateway services to call a custom script; the PractiTest support reps were very helpful with providing me a list of IP addresses that the request could come from so that I could deny access to any other IPs not associated with PractiTest. Hope this helps!