browserstack / browserstack-local-csharp

CSharp bindings for BrowserStack Local
https://www.browserstack.com
MIT License
3 stars 12 forks source link

BrowserStackLocal SDK not working in Azure pipelines #48

Open sharadshahihw opened 6 months ago

sharadshahihw commented 6 months ago

We are migrating end to end tests from old GoCD pipelines to Azure. There's a code in test class where it initiates browser stack local. image

This works good in GoCD pipelines but does not work in AzureDevops. Is there a way to get any debug messages? Am I missing something?

glkada commented 6 months ago

Hey, ideally the console of your job should log some error around this line. Can you share the error stack trace? The binary should also generate some logs in the logFile path you've specified. Also, are the necessary dependancies being installed?