Fork this repo to get started with testeranto.
// create the output folders
yarn t-init
// Build the test bundles once
yarn t-build rectangle once
// Build the rectangle bundles continuously
yarn t-build rectangle dev
// Run the rectangle test once
yarn t-run rectangle once
// Run the rectangle test continuously
yarn t-run rectangle dev
// Starts the report server.
yarn t-report