11
Views
1
Comments
[BDDFramework Client Side] BDD Client Side cannot be executed through the REST API URL.
bddframeworkclientside
Mobile icon
Forge asset by OutSystems
Application Type
Mobile
Service Studio Version
11.55.45 (Build 64421)

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?



WXWorkCapture_17625843748473.png
WXWorkCapture_17625846377241.png
2023-10-16 05-50-48
Shingo Lam

Hi @Michael Bu ,

As my understanding, you need 

  1. the chromium browser install for api to open
  2. change the site ChromiumInstallPath in the TestRunner_API module to your installed path

Then you can try again with the api call.

Hope this help.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.