sf-tests-runner
v1.0.8
Published
Command line util to trigger sf tests execution in specified org
Downloads
258
Readme
General format
- npx -p sf-tests-runner sf-run-tests --userName= --password= --testLevel=<optional | RunLocalTests> --testClasses=<optional | comma-separated list of class names (wildcards are supported), only for RunSpecifiedTests> --pullingInterval=<optional | 2 mins> --maxPullTimes=<optional | infinity> --killOthers --killOnTimeout --doNotWait
- sf-run-tests --userName= --password= --testLevel=<optional | RunLocalTests> --testClasses=<optional | comma-separated list of class names (wildcards are supported), only for RunSpecifiedTests> --pullingInterval=<optional | 2 mins> --maxPullTimes=<optional | infinity> --killOthers --killOnTimeout --doNotWait
- node main.js --userName= --password= --testLevel=<optional | RunLocalTests> --testClasses=<optional | comma-separated list of class names (wildcards are supported), only for RunSpecifiedTests> --pullingInterval=<optional | 2 mins> --maxPullTimes=<optional | infinity> --killOthers --killOnTimeout --doNotWait