Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 759e8cb

Browse files
committed
remove sauce keys so a local WD is used
1 parent e81e027 commit 759e8cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/local_protractor.conf.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
exports.config = {
22
// Locally, we should just use the default standalone Selenium server
33
// In Travis, we set up the Selenium serving via Sauce Labs
4-
sauceUser: process.env.SAUCE_USERNAME,
5-
sauceKey: process.env.SAUCE_ACCESS_KEY,
64

75
// Tests to run
86
specs: [

0 commit comments

Comments
 (0)