tainacan/run-tests.sh

9 lines
179 B
Bash
Executable File

#!/bin/bash
echo "Running unit tests in PHPUnit..."
phpunit
echo "Running integration tests headless in Crypess..."
# the value 0 leaves the cypress headless
./run-cypress.sh 0