File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ exports.config = {
10
10
11
11
// Capabilities to be passed to the webdriver instance.
12
12
capabilities : {
13
- browserName : 'Firefox '
13
+ browserName : 'firefox '
14
14
} ,
15
15
16
16
// Wait 30 seconds for page synchronization
@@ -30,5 +30,7 @@ exports.config = {
30
30
31
31
// Default time to wait in ms before a test fails.
32
32
defaultTimeoutInterval : 60000
33
- }
33
+ } ,
34
+
35
+ stackTrace : false
34
36
} ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ exports.config = {
10
10
11
11
// Capabilities to be passed to the webdriver instance.
12
12
capabilities : {
13
- ' browserName' : 'chrome'
13
+ browserName : 'chrome'
14
14
} ,
15
15
16
16
// A base URL for your application under test. Calls to protractor.get()
You can’t perform that action at this time.
0 commit comments