Actual results base dir (this.testsLocation + '/results/actual').
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').
Expected results base dir (testsLocation + '/results/expected').
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}/').
Log file base dir (this.actualLocation).
(When flows have loopback links). Max instance count per step (10). Overridable in flow design.
Results summary output JSON
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.
Generated using TypeDoc
Ply options. Empty values are populated with Defaults.