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 9d19985 commit 8a7f6ddCopy full SHA for 8a7f6dd
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