6 lines
121 B
Bash
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; |