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
Hey, I'm thinking of using the test summary page instead of going through the logs.
In case of failure the table doesn't provide information enough data in my case. The test name alone is also not enough to understand what actually went wrong. Nesting levels are missing, the test on the screenshot is defined as Paginator - renders links for first page but somehow we get the actual title twice.
The test
describe('<Paginator>', () => {
it('renders links for first page', () => {
...
})
The report
<testsuite name="<Paginator>" errors="0" failures="1" skipped="0" timestamp="2022-10-09T18:08:21" time="1.64" tests="6">
<testcase classname="<Paginator> renders links for first page" name="<Paginator> renders links for first page" time="0.031">
What do you think about adding more info about failures to the output table?
The text was updated successfully, but these errors were encountered:
Hey, I'm thinking of using the test summary page instead of going through the logs.
In case of failure the table doesn't provide information enough data in my case. The test name alone is also not enough to understand what actually went wrong. Nesting levels are missing, the test on the screenshot is defined as
Paginator - renders links for first page
but somehow we get the actual title twice.The test
The report
What do you think about adding more info about failures to the output table?
The text was updated successfully, but these errors were encountered: