Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Not working w. protractor 4 #6

@mdix

Description

@mdix

We're using protractor 4.0.14 in our project and protractor-console doesn't seem to work with it. I installed the package as described and added it to our protractor.conf.js:

exports.config = {
    plugins: [{
        package: 'protractor-console',
        logLevels: ['info'],
    }],
    seleniumAddress: 'http://localhost:4444/wd/hub'

Logs don't show up. I set the logLevel to 'debug' and also tried 'info' but nothing is displayed.

Might be related to the last part of the first sentence in the protractor 3.0.0 CHANGELOG:

and plugins now need to be explicitly required

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