jeudi 4 février 2016

Name of specs and test with Jasmine 2 and Protractor 3.0.0 in the console

I have upgraded from Protractor 2.2.0 to Protractor 3.0.0, so Jasmine has been updated too.

Now I can't see in the console the name of specs and the test when I run the suites.

The conf.js has the option "isVerbose=true":

jasmineNodeOpts: {
    showColors: true,
    isVerbose: true,
    includeStackTrace: true,
    defaultTimeoutInterval: 150000
},

When I had Jasmine 1.3 I could see the name of the test, asserts, etc...

Aucun commentaire:

Enregistrer un commentaire