Command
Expecting
commands:
- name: "NVM can switch Node version"
command: "nvm use 14 && echo SVRUNIT: $(node -v)"
expected: "SVRUNIT: v14."Not Expecting
commands:
- name: "Xdebug not Corrupted"
command: "php -v"
not_expected: "zend_mm_heap corrupted"Expecting AND conditions
Expecting OR conditions
Setup / Teardown
Last updated