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 ac24a30 commit 8d0d05cCopy full SHA for 8d0d05c
protractor-shared.js
@@ -1,6 +1,3 @@
1
-// benchpress will also load traceur runtime as our tests are written in es6
2
-var benchpress = require('./dist/build/benchpress_bundle');
3
-global.benchpress = benchpress;
4
var fs = require('fs-extra');
5
6
var argv = require('yargs')
@@ -201,6 +198,10 @@ function patchProtractorWait(browser) {
201
198
}
202
199
203
200
exports.createBenchpressRunner = function(options) {
+ // benchpress will also load traceur runtime as our tests are written in es6
+ var benchpress = require('./dist/build/benchpress_bundle');
+ global.benchpress = benchpress;
204
+
205
var nodeUuid = require('node-uuid');
206
207
// TODO(tbosch): add cloud reporter again (only when !options.test)
0 commit comments