2014-09-17 6 views

답변

4

:

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 추측? 너와 그게 너를 위해 일하지 않는다면?

1

assert를 사용하면 현재 테스트가 중단되지만 전체 제품군을 중지하려면 nightwatch.json 구성 파일에서 'skip_testcases_on_fail'설정을 true로 설정해야합니다.