I’ve moved your comment to a new thread so that it’d get better visibility by other members. Be sure to follow up with others when there is a new comment in your thread.
Hi @depapp
If I add this in args → -remoteWebDriverUrl=“https://${{ env.BROWSERSTACK_USERNAME }}:${{ env.BROWSERSTACK_ACCESS_KEY }}@hub-cloud.browserstack.com/wd/hub”
and removing Remote URL from internal setting,
I’m getting this error
Running: Test Suites/failures - Remote - - 20250207_072059
Please use the code-formatting syntax of Discourse to make your YAML better readable.
In YAML syntax, the indentations are significant, as you know. However, in your quotated text, indentations are clapsed so that your text is not valid as a YAML. Therefore your posts are hard to understand.
I have already gone through this document, but can you let me know how can I pass Remote URL
For Katalon I don’t think I need to setup BrowserStack env as if I choose browserType - Remote it will run scripts on Remote URL.
I have tried hardcoding BrowserStack Creds in Remote URL and running scripts from KRE and it works but now what I don’t know is how can I use git secrets in Remote URL as I don’t want my secrets to be hard coded.
When I provide remoteWebDriverUrl in the arguments, KRE still uses the value from the internal settings. Even if I delete the internal settings and run the command through KRE, it returns an error stating that the server URL is empty.