uk.ac.cam.automation.seleniumframework.properties.BrowserstackProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of seleniumframework Show documentation
Show all versions of seleniumframework Show documentation
A framework to enable test automation engineers to focus on writing tests rather than maintaining a testing
framework
package uk.ac.cam.automation.seleniumframework.properties;
public class BrowserstackProperties {
public static final String BROWSERSTACK_USERNAME = "browserstack.username";
public static final String BROWSERSTACK_ACCESS_KEY = "browserstack.access.key";
public static final String BROWSERSTACK_LOGGING = "browserstack.logging";
}