1
어설 션이 실패하여 다른 테스트 그룹이 실행되지 않으면 테스트 실행을 중지 할 수있는 방법이 있습니까? documentation에서야간 감시에서 어설 션 실패시 그룹 테스트 중지
어설 션이 실패하여 다른 테스트 그룹이 실행되지 않으면 테스트 실행을 중지 할 수있는 방법이 있습니까? documentation에서야간 감시에서 어설 션 실패시 그룹 테스트 중지
:
Nightwatch.js instance has two objects containing the same methods to perform
assertions on elements:
.assert - when an assertion fails, the test ends, skipping all other assertions.
.verify - when an assertion fails, the test logs the failure and continues with
other assertions.
그래서 내가 사용
assert
추측? 너와 그게 너를 위해 일하지 않는다면?
assert를 사용하면 현재 테스트가 중단되지만 전체 제품군을 중지하려면 nightwatch.json 구성 파일에서 'skip_testcases_on_fail'설정을 true로 설정해야합니다.