Quarantine and live modes are not working nicely together #4093
Labels
AREA: server
STATE: Auto-locked
An issue has been automatically locked by the Lock bot.
SYSTEM: live mode
TYPE: bug
The described behavior is considered as wrong (bug).
Milestone
What is the Current behavior?
In both quarantine and live modes failed test will stuck on the first try
What is the Expected behavior?
Failed test should rerun 3 times and print an error of the last run
What is your web application and your TestCafe test code?
Steps to Reproduce:
Clone this repo https://github.com/valerii-cognite/testcafe-quarantine-issue
run
yarn && yarn start
In order to see a problem run
yarn testcafe chrome testcafe --live --quarantine-mode
and see theat failed test will never be retriggered and no error will be printed.
In order to see an expected behaviour run
yarn testcafe chrome testcafe --live
or
yarn testcafe chrome testcafe --quarantine-mode
and observe an error.
Your Environment details:
The text was updated successfully, but these errors were encountered: