Skip to content

Commit da04c83

Browse files
committed
Remove logging completely and protractor stub types
1 parent 8285b6c commit da04c83

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

e2e/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
"lib": ["es6", "es2015", "dom"],
1616
"typeRoots": [
1717
"../node_modules/@types"
18-
],
19-
"types": [
20-
"jasmine"
2118
]
2219
}
2320
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@
4848
"@types/merge2": "0.0.28",
4949
"@types/minimist": "^1.1.28",
5050
"@types/node": "^6.0.34",
51-
"@types/protractor": "^4.0.0",
5251
"@types/run-sequence": "0.0.27",
5352
"@types/rx": "^2.5.33",
5453
"axe-core": "^2.0.7",
55-
"axe-webdriverjs": "^0.4.0",
54+
"axe-webdriverjs": "^0.5.0",
5655
"conventional-changelog": "^1.1.0",
5756
"dgeni": "^0.4.2",
5857
"dgeni-packages": "^0.16.2",
@@ -94,6 +93,7 @@
9493
"resolve-bin": "^0.4.0",
9594
"run-sequence": "^1.2.2",
9695
"sass": "^0.5.0",
96+
"selenium-webdriver": "^3.0.1",
9797
"strip-ansi": "^3.0.0",
9898
"stylelint": "^7.7.0",
9999
"symlink-or-copy": "^1.0.1",

test/protractor.conf.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ if (process.env['TRAVIS']) {
5353
'recordVideo': false,
5454
'recordScreenshots': false
5555
};
56-
57-
// Because Protractor runs selenium instances concurrently in the CI and each instance
58-
// will create a bloat of logs we don't want to show any info messages.
59-
// Until protractor#1451 is solved, manually disable all info messages.
60-
// require('protractor/built/logger').Logger.prototype.info = () => {};
6156
}
6257

6358

0 commit comments

Comments
 (0)