Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 416 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 416 Bytes

Testing Scripts

Testing scripts written in Rhai.

Install rhai-run Tool

Use the following command to install the rhai-run tool:

cargo install --path . --bin rhai-run

How to Run

Run scripts using the rhai-run tool:

rhai-run ./scripts/test_script_to_run.rhai

or

cargo run --bin rhai-run ./scripts/test_script_to_run.rhai