logo

Adding console logs in the spec file

Typically console logs are not that helpful in a spec file because the spec is run at the beginning of the test to build the test plan.
The exception for the rule is .should and other cases where the test code is run in the middle of the test and there are values that can be inspected.
Share