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
When printing logs in the beforeAll() block, they are not attributed to the test suite they are contained within. As a result when using the html reporter, log lines are not captured. e.g.:
stdout | unknown test
Logging in beforeAll
vs
stdout | test/suite.test.ts > suite name > foo
Logging in test
here you'll see that the logs generated in the beforeall block arent attributed to the suite test, therefore they are not captured in the generated HTML logs
Describe the bug
When printing logs in the
beforeAll()
block, they are not attributed to the test suite they are contained within. As a result when using the html reporter, log lines are not captured. e.g.:vs
Reproduction
Link to stackbitz
here you'll see that the logs generated in the beforeall block arent attributed to the suite test, therefore they are not captured in the generated HTML logs
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: