Skip to content

Commit

Permalink
Merge pull request #30 from tsullivan/master
Browse files Browse the repository at this point in the history
update example code for v0.3
  • Loading branch information
grawk committed Feb 5, 2015
2 parents ad6a0ee + 5014bc4 commit 65f4964
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ var config = {
nemoData: {
targetBrowser: "firefox",
targetServer: "localhost",
serverProps: {
"port": 4444
},
localServer: true,
seleniumJar: "/usr/bin/selenium-server-standalone.jar",
targetBaseUrl: "https://www.paypal.com"
}
Expand All @@ -30,4 +28,4 @@ var config = {
console.info("Nemo was successful!!");
nemo.driver.quit();
});
});
});

0 comments on commit 65f4964

Please sign in to comment.