Skip to content

Commit 9f23db5

Browse files
committed
Fixing Protractor config
1 parent 2edc4d6 commit 9f23db5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

test/protractor.ci.conf.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exports.config = {
1010

1111
// Capabilities to be passed to the webdriver instance.
1212
capabilities: {
13-
browserName: 'Firefox'
13+
browserName: 'firefox'
1414
},
1515

1616
// Wait 30 seconds for page synchronization
@@ -30,5 +30,7 @@ exports.config = {
3030

3131
// Default time to wait in ms before a test fails.
3232
defaultTimeoutInterval: 60000
33-
}
33+
},
34+
35+
stackTrace: false
3436
};

test/protractor.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exports.config = {
1010

1111
// Capabilities to be passed to the webdriver instance.
1212
capabilities: {
13-
'browserName': 'chrome'
13+
browserName: 'chrome'
1414
},
1515

1616
// A base URL for your application under test. Calls to protractor.get()

0 commit comments

Comments
 (0)