conjure --help
conjure \
--server /path/to/myproj/http-server \
--concurrency 3
Find all test scripts under
<cwd>/test
that end with.js
. Only useit()
expectations that match/validate$/
.
conjure \
--server /path/to/myproj/http-server \
--grep-case validate\$
Find all test scripts under
[--root-dir]/[--test-dir]
that end withtest.js
.
conjure \
--server /path/to/myproj/http-server \
--root-dir /path/to/my/proj
--test-dir custom_test_dir
--grep-file "test\.js$"