-
Notifications
You must be signed in to change notification settings - Fork 657
Closed
Description
Running the gulp protractor cmd fails due to the connect:src task not being implemented.
Error output
[gulp] Task 'connect:src' was not defined in your gulpfile but you tried to run it.
Also running gulp protractor-only throws an error with phantomJS
I tried changing the capabilities to
capabilities: {
'browserName': 'phantomjs',
'phantomjs.binary.path': './node_modules/karma-phantomjs-launcher/node_modules/phantomjs/bin/phantomjs',
'phantomjs.cli.args': ['--debug=true', '--webdriver', '--webdriver-logfile=webdriver.log', '--webdriver-loglevel=DEBUG']
},
which get past the phantomJS error but then is throws a null error, thats as far as I got.
I pretty new to all these tool, so I many be missing something I'm supposed to be doing
Metadata
Metadata
Assignees
Labels
No labels