We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fdabd commit 60cb5bbCopy full SHA for 60cb5bb
src/test/java/com/browserstack/automate/AutomateClientTest.java
@@ -26,8 +26,8 @@ public class AutomateClientTest {
26
27
@Before
28
public void setup() {
29
- username = System.getenv("BROWSERSTACK_USERNAME");
30
- key = System.getenv("BROWSERSTACK_KEY");
+ username = System.getenv("BROWSERSTACK_USER");
+ key = System.getenv("BROWSERSTACK_ACCESSKEY");
31
automateClient = new AutomateClient(username, key);
32
}
33
0 commit comments