Super fast TS tests template generator written in Rust.
WIP
Prepare tests suites as json from sheets: read more
cd sheets && node sheets_as_json.js
Parse suites into test files:
cargo run
Run all:
cd sheets && node sheets_as_json.js && cd .. && cargo run
Blog Posts