Skip to content

Errors when running parallel_local or local configurations  #32

Description

@ligarcia10

nightwatch-browserstack>npm run local

nightwatch-browserstack@0.1.1 local D:\repos\github\nightwatch-browserstack
node scripts/local.runner.js -c conf/local.conf.js

Connecting local

D:\repos\github\nightwatch-browserstack\scripts\local.runner.js:14
if (error) throw error;
^
LocalError
at D:\repos\github\nightwatch-browserstack\node_modules\browserstack-local\lib\Local.js:58:20
at ChildProcess.exithandler (child_process.js:285:7)
at ChildProcess.emit (events.js:198:13)
at maybeClose (internal/child_process.js:982:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! nightwatch-browserstack@0.1.1 local: node scripts/local.runner.js -c conf/local.conf.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the nightwatch-browserstack@0.1.1 local script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

nightwatch-browserstack>npm run parallel_local

nightwatch-browserstack@0.1.1 parallel_local D:\repos\github\nightwatch-browserstack
node scripts/local.runner.js -c conf/parallel_local.conf.js -e chrome,firefox,safari

Connecting local

D:\repos\github\nightwatch-browserstack\scripts\local.runner.js:14
if (error) throw error;
^
LocalError
at D:\repos\github\nightwatch-browserstack\node_modules\browserstack-local\lib\Local.js:58:20
at ChildProcess.exithandler (child_process.js:285:7)
at ChildProcess.emit (events.js:198:13)
at maybeClose (internal/child_process.js:982:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! nightwatch-browserstack@0.1.1 parallel_local: node scripts/local.runner.js -c conf/parallel_local.conf.js -e chrome,firefox,safari
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the nightwatch-browserstack@0.1.1 parallel_local script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions