Console Report missing assertions section for failed step
See original GitHub issueHello Folks, It seems like there is a minor bug introduced while printing the correlated test results/assertions.
Reproduction
- Fail a test step in the scenario/journey
- See the console and look for the failed step
- After request/response section we used to see the
assertions
section.-
it used to be handy
-
- Now we don’t see that. But we see all mismatches as usual(no changes)
- FYI- We see this
assertions
section for the passed steps. Hence looks like a minor one.
Could you please check?
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Continuing in Python's unittest when an assertion fails
It works by collecting the failures, combining exception and stack trace data, and reporting it all as part of the usual unittest output....
Read more >SyntaxError: missing ) after argument list - JavaScript | MDN
The JavaScript exception "missing ) after argument list" occurs when there is an error with how a function is called. This might be...
Read more >Troubleshooting SAML 2.0 federation with AWS
This error can occur if the IAM role specified in the SAML response is misspelled or does not exist. Make sure to use...
Read more >Explore test results | IntelliJ IDEA Documentation - JetBrains
It allows you to see the detailed information on the test execution and why your tests failed or were ignored. The Test Runner...
Read more >AssertJ - fluent assertions java library - GitHub Pages
This section describes the assertions provided by AssertJ Core and other useful features ... all the elements and their failing the assertions are...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@authorjapps This is how Option 1 appears in the HTML report
If you’re happy then I’ll raise a PR after work.
@authorjapps Refactored based on review comments 👍