Bail on first failure (false).
(For use with rowwise values). Delay in ms between row batches.
(For use with rowwise values). Number of rows to run per batch.
Case files glob pattern, relative to testsLocation ('*/.ply.ts').
Flow files glob pattern, relative to testsLocation ('*/.flow').
Response headers to exclude when generating expected results.
File pattern to ignore, relative to testsLocation ('/{node_modules,bin,dist,out}/').
(When flows have loopback links). Max instance count per step (10). Overridable in flow design.
Run suites in parallel.
Prettification indent for yaml and response body (2).
The opposite of 'verbose' (false).
Reporter output format. Built-in formats: json, csv, xlsx. See https://github.com/ply-ct/ply-viz for more options.
Request files glob pattern, relative to testsLocation ('*/.{ply.yaml,ply.yml}').
Predictable ordering of response body JSON property keys -- needed for verification (true).
Result files live under a similar subpath as request/case files (true). (eg: Expected result relative to 'expectedLocation' is the same as request file relative to 'testsLocation').
File pattern for requests/cases/flows that shouldn't be directly executed, relative to testsLocation.
Tests base directory ('.').
Files containing values JSON (or CSV or XLSX).
Verbose output (false). Takes precedence over 'quiet' if both are true.
Actual results base dir (this.testsLocation + '/results/actual').
Expected results base dir (testsLocation + '/results/expected').
Log file base dir (this.actualLocation).
Generated using TypeDoc
Locations are lazily inited to reflect bootstrapped testsLocation.