gtaub
2 years agoOccasional Contributor
TestComplete aqHTTP call to update the status on bitbar
We are executing tests via python scripts and have found that when submitting to bitbar to execute, some tests that fail in testcomplete are not updated in bitbar correctly. We would like to manage the test status updates via test complete.
Ex. curl -u <api-key>: https://cloud.bitbar.com/api/me/projects
How do we convert this command set to be able to use it via a aqHTTP call via test complete?