An open API service indexing awesome lists of open source software.

https://github.com/zodern/mtest

Run tiny test headlessly
https://github.com/zodern/mtest

Last synced: about 1 year ago
JSON representation

Run tiny test headlessly

Awesome Lists containing this project

README

          

# mtest

Small cli tool to test Meteor packages with Tiny Test in the terminal.

Install with
```bash
npm i -g @zodern/mtest
```

Test a package with
```bash
mtest --package
```

The package's client tests are run in headless Chrome. The test results are shown in the terminal.

By default, the tests re-run when a file changes. To disable this, use the `--once` option.