문제

Sometimes after autotest runs specs and encounters an failure, it will immediately re-run all the specs in the project, which (a) I have no need for and (b) clears the terminal so I can't read the results of the failed spec.

Why is this happening?

도움이 되었습니까?

해결책

This can happen for a number of reasons:

  1. A file was touched that is not in the ignore list or has a mapping.
  2. Autotest could not parse your test output for fail state and assumed that walking back up the failure tree is reasonable.
  3. Your tests sent an interrupt to autotest.
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top