Installation
To use the HyperScript Cli, follow these steps:
1. Install Python
Ensure that Python (version 3.6 or higher) is installed on your system. Download Python from python.org (opens in a new tab).
2. Install Required Package
Install the required package by opening your terminal or command prompt and running:
pip install hyperscript-cli
3. Run the HyperScript Cli
Navigate to the directory where the HyperScript Cli script is located and execute it with:
hyperscript <path-to-your-config-file> [--skip-error]
Replace <path-to-your-config-file>
with the path to your YAML configuration file. The --skip-error
option is optional and will skip errors if provided.
You're all set to start your tests!