tainacan/run-tests.sh

9 lines
179 B
Bash
Raw Normal View History

2018-03-02 20:33:00 +00:00
#!/bin/bash
echo "Running unit tests in PHPUnit..."
phpunit
2018-03-02 20:33:00 +00:00
echo "Running integration tests headless in Crypess..."
# the value 0 leaves the cypress headless
./run-cypress.sh 0