Version 1.0.0
Tickur test case file
Need to provide exactly one file
-f
npx tickur-runner --testfile <path-to-your-testcase-file>.json
Record video while running Runner.
Command playback speed, range from 1 to 5. The larger the number, the faster it plays.
Run multiple test cases in parallel.
npx tickur-runner --config <path-to-your-testcase-file>.json --parallel
Maximum parallel test case jobs at the same time.
To make this setting take effect, --parallel must be set to True.
Run Chromium headless
npx tickur-runner --testfile <path-to-your-testcase-file>.json --headless
Max retry times when fail playing back a TestFile
npx tickur-runner --testfile <path-to-your-testcase-file>.json --retries 3