Runner === > Version 1.0.0 ## Installation ```bash npm install @tickur/runner ``` ## Arguments ### \-\-testfile > Tickur test case file :::warning Need to provide exactly one file ::: - **Default**: None - **Data Type**: Json File - **Command alias**: `-f` - **Usage**: `npx tickur-runner --testfile <path-to-your-testcase-file>.json` --- ### \-\-video > Record video while running Runner. - **Default**: False - **Data Type**: Boolean --- ### \-\-speed > Command playback speed, range from 1 to 5. The larger the number, the faster it plays. - **Default**: 5 - **Data Type**: Integer --- ### \-\-parallel > Run multiple test cases in parallel. - **Default**: False - **Data Type**: Boolean - **Usage**: `npx tickur-runner --config <path-to-your-testcase-file>.json --parallel` --- ### \-\-max-jobs > Maximum parallel test case jobs at the same time. :::warning To make this setting take effect, \-\-parallel must be set to True. ::: - **Default**: 10 - **Data Type**: Integer - --- ### \-\-headless > Run Chromium headless - **Default**: False - **Data Type**: Boolean - **Usage**: `npx tickur-runner --testfile <path-to-your-testcase-file>.json --headless` --- ### \-\-retries > Max retry times when fail playing back a TestFile - **Default**: 3 - **Data Type**: Integer - **Usage**: `npx tickur-runner --testfile <path-to-your-testcase-file>.json --retries 3`