LeaVerou / htest

Declarative, boilerplate-free unit testing
https://htest.dev/
MIT License
19 stars 3 forks source link

Override config params via the CLI #21

Open LeaVerou opened 8 months ago

LeaVerou commented 8 months ago

Currently the only CLI args are the test location and an optional path.

Anything passed via options should also be settable via the CLI (e.g. --format plain).

DmitrySharabin commented 8 months ago

I was going to file the exact same issue. Glad we'll have it!

LeaVerou commented 8 months ago

Do note that as of recently we can have a config file (see #4) though that has not yet been released. But you can do npm install ../htest.dev to install a local clone of the repo.