Skip to content

Error on Windows10(x64) #53

@NinaNVY

Description

@NinaNVY

219
Hi,
I have PhantomJS installed globally. Phantomjs binary is available in the PATH and executable from the command line.
Here is my gulp task

gulp.task('tests', function () {
    return gulp.src('tests/spec/extraSpec.js')
        .pipe(jasmine({
            integration: true
        }));
});

I can not find logs and events.js:141 to see what's going wrong.
Running Jasmine with minijasminenode2 goes well when I delete the string integration: true from my gulp task
Please, help

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