Skip to content

Testing

snipe edited this page Dec 11, 2019 · 3 revisions

Start phantomJS:

node_modules/.bin/phantomjs --webdriver=4444 --ignore-ssl-errors=true

Run codeception: ./vendor/bin/codecept run

Run just unit tests:

./vendor/bin/codecept run unit

Clone this wiki locally