CLI

We can use the CLI mode to execute the keyword. json file or execute the folder containing the Keyword.json files.

The following example is to execute the specified path of the keyword JSON file.

python je_web_runner --execute_file "your_file_path"

The following example is to run all keyword JSON files in a specified folder:

python je_web_runner --execute_dir "your_dir_path"