wordRotator/bin/test.sh
2018-11-06 19:03:17 +01:00

6 lines
121 B
Bash

#!/usr/bin/env bash
cd $(dirname "$0")/..
testcafe firefox test/test.testcafe.js --debug-on-fail
#node bin/testcafe.js;