Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

isVerbose has no effect #1789

@ceelian

Description

@ceelian

isVerbose does not display a more verbose output.
I hoped that we would see something like the test suite filenames which are processed, or the describe and it texts.

My config file is:

exports.config = {
        seleniumAddress: 'http://localhost:4444/wd/hub',
        baseUrl: 'http://localhost:8080',
        framework: 'jasmine2',
        jasmineNodeOpts: {
            // If true, print colors to the terminal.
            showColors: true,
            isVerbose: true
        },
        params: testing_params,
        specs: ['test/e2e/stories/*.story.js'],
        onPrepare: function() {
            global.browser2 =  browser.forkNewDriverInstance();
        }

Output with isVerbose: false:

protractor prot.js --specs test/e2e/stories/test.story.js 
Using the selenium server at http://localhost:4444/wd/hub
[launcher] Running 1 instances of WebDriver
Started


.


1 spec, 0 failures
Finished in 4.616 seconds
[launcher] 0 instance(s) of WebDriver still running
[launcher] chrome #1 passed

Output with isVerbose: true:

protractor prot.js --specs test/e2e/stories/test.story.js 
Using the selenium server at http://localhost:4444/wd/hub
[launcher] Running 1 instances of WebDriver
Started


.


1 spec, 0 failures
Finished in 4.207 seconds
[launcher] 0 instance(s) of WebDriver still running
[launcher] chrome #1 passed

System OS X, Protractor Version 1.6.1

Thx.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions