After I tried to modify the URL using the following solution, I encountered a new error.
Solution address:
https://www.outsystems.com/forums/discussion/78124/bddframework-client-side-whats-the-rest-api-url-and-parameters-for-ru nning-bdd/
My URL:
https://dev-os.mydomain.com/TestRunner_API/rest/v2/BDDTestRunner/CPIBPOC_Test/TestSuite_CreateCase
The new error message is as follows:
{ "SuiteScreen": "", "IsSuccess": false, "SuccessfulScenarios": 0, "FailedScenarios": 0, "SkippedScenarios": 0, "TestScenarioResults": [], "ErrorMessage": "Unable to call TestSuite screen 'TestSuite_CreateCase' for eSpace 'CPIBPOC_Test'. Exception: Failed to launch browser! path to executable does not exist"}
Can I know what the reason is? How can I solve it?
Hi @Michael Bu ,
As my understanding, you need
Then you can try again with the api call.
Hope this help.