Skip to content

Instantly share code, notes, and snippets.

@johannest
Created October 17, 2016 09:00
Show Gist options
  • Save johannest/550fde393cfb9de2919037807802f183 to your computer and use it in GitHub Desktop.
Save johannest/550fde393cfb9de2919037807802f183 to your computer and use it in GitHub Desktop.
@Before
public void setUp() throws Exception {
WebDriver driver = new LoadTestDriver.LoadTestDriverBuilder().
withIpAddress(LoadTestDriver.getLocalIpAddress()).
withNumberOfConcurrentUsers(1).
withRampUpTimeInSeconds(1).
withProxyPort(9999).
withPath("/Users/jotatu/Desktop/gatling").
withStaticResourcesIngnoring().
build();
setDriver(driver);
// setDriver(new ChromeDriver());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment