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
- Host: GitHub
- URL: https://github.com/zodern/mtest
- Owner: zodern
- Created: 2021-08-12T21:52:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-23T20:49:38.000Z (over 4 years ago)
- Last Synced: 2024-10-19T15:15:03.215Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.