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
Issue: report states all tests were a success, but actually they fail.
This issue appeared starting v6.0.5 (6.0.3 & 6.0.4 fail, and cannot be verified), in combination with testcafe version 1.20.0 and later. Earlier testcafe versions or earlier cucumber reporter versions wil not have this problem.
this sample project needs to run npm run prove. verify that the failing test (assert 1 equals 2) is marked as a success. when running with a different reporter 9spec used in thsi example), it works as expected.
The text was updated successfully, but these errors were encountered:
Issue: report states all tests were a success, but actually they fail.
This issue appeared starting v6.0.5 (6.0.3 & 6.0.4 fail, and cannot be verified), in combination with testcafe version 1.20.0 and later. Earlier testcafe versions or earlier cucumber reporter versions wil not have this problem.
issue-proof.zip
this sample project needs to run
npm run prove
. verify that the failing test (assert 1 equals 2) is marked as a success. when running with a different reporter 9spec used in thsi example), it works as expected.The text was updated successfully, but these errors were encountered: