sijosyn / testcafe-browser-provider-crossbrowsertesting

This is the CrossBrowserTesting.com browser provider plugin for TestCafe. https://devexpress.github.io/testcafe/
MIT License
13 stars 14 forks source link

The specified "crossbrowsertesting" browser provider was not found. #9

Open peterservisbot opened 5 years ago

peterservisbot commented 5 years ago

There seems to be an issue using the module at the moment with errors like:

ERROR Unable to find the browser. "crossbrowsertesting:Internet Explorer@11:Windows 10" is not a browser alias or path to an executable file. & The specified "crossbrowsertesting" browser provider was not found.

The issue looks like it is a dependancy of this module causing the issue as I have a package-lock file that if I npm install with everything works fine. The package-lock is using version 1.0.6 of this module but if I let it install fresh I still get 1.0.6 but it stops working.

I have narrowed it to this module by using npm link to link this module into my project while using my package-lock that is known to be working and with that this problem manifests itself

OrdinaryGeeks commented 4 years ago

I also am not able to proceed with my testing due to the above two messages. I get Unable to find the browser. "crossbrowsertesting:Internet Explorer@11:Windows 10" is not a browser alias or path to an executable file. when I try to execute testcafe "crossbrowsertesting:Internet Explorer@11:Windows 10" "/Users/nathaniel.stokes/Desktop/testcafe-example/tests/index.js "

I get ERROR The specified "crossbrowsertesting" browser provider was not found. when I execute testcafe -b crossbrowsertesting