Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 21b7d65

Browse files
committed
chore(protractor-conf): rename protractor conf
1 parent 52c218f commit 21b7d65

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function startServer() {
3434

3535
gulp.task('protractor', ['webdriver'], function (cb) {
3636
var server = startServer();
37-
exec('./node_modules/.bin/protractor conf.js', function (err, stdout, stderr) {
37+
exec('./node_modules/.bin/protractor protractor-conf.js', function (err, stdout, stderr) {
3838
server.close();
3939
if (err) {
4040
console.log(stdout, stderr);

conf.js renamed to protractor-conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
exports.config = {
24
seleniumServerJar: './node_modules/protractor/selenium/selenium-server-standalone-2.42.2.jar',
35

0 commit comments

Comments
 (0)