mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
3
Testing
snipe edited this page 2019-12-10 20:41:31 -08:00
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