Invokation:
$ casperjs --includes=included_script.js test main_test_script.js
Output:
Test file: main_test_script.js
plop
PASS Page title is "Google"
PASS 1 tests executed, 1 passed, 0 failed.
Tried this:
casperjs --includes=
pwd/included_script.js test main_test_script.js
and with typing out the whole path, neither work. The test script runs, just no output from the included script. This is really weird.