moizjv / AppiumJavaTestNG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changes to be made (reference Sauce Account)

Change line 35:

Previous: public SauceOnDemandAuthentication authentication = new SauceOnDemandAuthentication("...", "...");

Should be: public SauceOnDemandAuthentication authentication = new SauceOnDemandAuthentication(YOUR_USERNAME, YOUR_ACCESS_KEY);

Running the tests

to run: mvn test

About


Languages

Language:HTML 85.5%Language:Java 5.9%Language:CSS 5.1%Language:JavaScript 3.4%