question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Console Report missing assertions section for failed step

See original GitHub issue

Hello 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:closed
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
jneatecommented, May 22, 2019

@authorjapps This is how Option 1 appears in the HTML report

image

If you’re happy then I’ll raise a PR after work.

1reaction
jneatecommented, May 24, 2019

@authorjapps Refactored based on review comments 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found