Skip to content

chrome browser testing doesn't run and reports "ERROR: Error: socket hang up" #23

Open
@ericclack

Description

@ericclack

Hi,
I'm trying to run through the Getting Started guide here:
http://dalekjs.com/pages/getStarted.html

I'm running on Mac 10.11.6 with recent npm, node, etc.

Here's what I'm trying with errors report following command...

$ npm run browsertest

> [email protected] browsertest /Users/eric/Code/JavaScript/node-react-proto
> dalek browsertest/test-homepage.js -b chrome

Running tests
Running Browser: Google Chrome
>> ERROR: Error: socket hang up
>> ERROR: Error: socket hang up

Here's my test case...

module.exports = {
    'Test homepage': function (test) {
        test
            .open('http://www.google.com/')
            .assert.title().to.contain('Prototype')
            .done();
    }
};

The browser does pop up, but with 'data:,' in the URL bar and no pages loaded.

Let me know if you need any additional info.

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