This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Console logs are not working correctly #3609
Labels
Comments
This has something to do when we migrated to the new logger. My initial guess would be to to remove all the logs by setting the static value of the Logger class:
|
Investigating this in more detail: it appears that we introduced Jasmine 2.5.2 in September. The version upgrade caused the issue. The versions that have been affected by this include Protractor 4.0.9 and 4.0.10. |
The commit that broke this feature is: jasmine/jasmine-npm@5989948 There is an issue already open for this: jasmine/jasmine-npm#95 Plan to put a PR to fix this. |
Pull request jasmine/jasmine-npm#98 |
This should be fixed in 4.0.11 - we're downgrading the version of Jasmine we use until they fix the problem on their end. |
Closed with jasmine/jasmine-npm#98 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
6.2.1
4.0.9
I have these blocks set up in my config file:
This was working on 3.2.2 before I updated to 4.0.9. I'm using jasmine-spec-reporter and both jsp and protractor's console logs are showing. I've tried the different NodeOpts to remove the failure summary and the dot reporter is showing next to the jsp steps. It seems to be ignoring the config.
See attachment for what the console log now looks like.
Regards,
Shane
The text was updated successfully, but these errors were encountered: