I need to run my all test cases in parallel of 4 different browser. On my chrome driver its work fine.
Problem arise when i try to run in parallel as local testing.
I get following error com.browserstack.local.LocalException: *** Error: Either another browserstack local client is running on your machine or some server is listening on port 45691
I am using TestNG as my test runner.