We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e6e93 commit 4f48be0Copy full SHA for 4f48be0
packages/@angular/cli/blueprints/ng/files/protractor.conf.js
@@ -19,12 +19,10 @@ exports.config = {
19
defaultTimeoutInterval: 30000,
20
print: function() {}
21
},
22
- beforeLaunch: function() {
+ onPrepare() {
23
require('ts-node').register({
24
project: 'e2e/tsconfig.e2e.json'
25
});
26
- },
27
- onPrepare() {
28
jasmine.getEnv().addReporter(new SpecReporter({ spec: { displayStacktrace: true } }));
29
}
30
};
0 commit comments