Hi all,
Wondering if it's possible to deploy a TestNG tests via Eclipse to a custom Chrome profile. I'm on Windows7, but when I try to run this test as a TestNG test I get an error in the console claiming that the platform is UNIX. See attached console gist.
The reason being is that I have created an extension for Chrome to handle the basic auth widget that Chrome loves oh so much, and I need to instantiate this version of Chrome in order to make this fully automated.
Code here:
https://gist.github.com/2839520Console output here:
https://gist.github.com/2839530I've tried using the classes SelenseTestNgHelper, SelenseTestCase and SelenseTestBase to extend my test class, and I've tried various annotations from testng and junit. For the most part, they all yield the same result.
Any advice is greatly appreciated.
Thank you,
Brandon