Skip to content

Tasks to load up connect not included #4

@aarondufall

Description

@aarondufall

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions