You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use the output text and copy/paste the output straight into a code review comments if there are errors, but color/coding doesn't show up in that case and the Failure information is not connected to the summary section.
So the feature request is to add an option which can help make output more readable (IMHO) by putting results in text in the summary section.
jasmineNodeOpts.showErrorsOnSpec=1
"Something describing my suite
user should be able to use this option - FAILED"
user can have a taco - SUCCESS"
And a more verbose inline option
jasmineNodeOpts.showErrorsOnSpec=2
"Something describing my suite
user should be able to use this option - FAILED
Message:
Expected 0 to be greater than 0.
Stacktrace:
Error: Failed expectation
at null. (/Volumes/opt/src/dio/distillerizer/test/e2e/login-attempts.js:35:26)
user can have a taco - PASSED"
The text was updated successfully, but these errors were encountered:
Copied from angular/protractor#1001
I want to use the output text and copy/paste the output straight into a code review comments if there are errors, but color/coding doesn't show up in that case and the Failure information is not connected to the summary section.
So the feature request is to add an option which can help make output more readable (IMHO) by putting results in text in the summary section.
jasmineNodeOpts.showErrorsOnSpec=1
"Something describing my suite
user should be able to use this option - FAILED"
user can have a taco - SUCCESS"
And a more verbose inline option
jasmineNodeOpts.showErrorsOnSpec=2
"Something describing my suite
user should be able to use this option - FAILED
Message:
Expected 0 to be greater than 0.
Stacktrace:
Error: Failed expectation
at null. (/Volumes/opt/src/dio/distillerizer/test/e2e/login-attempts.js:35:26)
user can have a taco - PASSED"
The text was updated successfully, but these errors were encountered: