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
As expected, there is no assertion output. The doc says for detailed_output setting:
Set this to false if you'd like to only see the test case name displayed and pass/fail status. This is especially useful when running tests in parallel.
So when a test fails, I don't know why because the reason is swallowed. That's not very helpful.
Second problem, in case of failure, nightwatch doesn't continue the current test suite and execute the next one. This happens only with detailed_output = false.
I can't reproduce with detailed_output = true: nightwatch continue the suite after a failure.
Am I doing it wrong? Or is detailed_output buggy?
The text was updated successfully, but these errors were encountered:
When I disable live_output, there is no log about the test suite containing the failure. The suite is ignored in the report, as if the buffer is cleared in case of failure, or something.
Actually, it seems that the error raised by the failing assertion is not catched by nightwatch when detailed_output is disabled.
Hi,
I'm using nightwatch v0.9.8, with this piece of config:
As expected, there is no assertion output. The doc says for detailed_output setting:
So when a test fails, I don't know why because the reason is swallowed. That's not very helpful.
Second problem, in case of failure, nightwatch doesn't continue the current test suite and execute the next one. This happens only with detailed_output = false.
I can't reproduce with detailed_output = true: nightwatch continue the suite after a failure.
Am I doing it wrong? Or is detailed_output buggy?
The text was updated successfully, but these errors were encountered: