mirror of
https://github.com/snipe/snipe-it.git
synced 2025-10-29 11:21:21 +00: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