1.3.0 • Published 8 months ago
pta v1.3.0
PTA
Test runner for any zora testing program, using node (version >= 16).
Installation
npm i -g pta
Usage
example:
pta test/**/*.js
Note: it should work with both module format commonjs and ES
Options
Usage
pta [<file> ...]
Options
--only Runs zora in "only mode"
--reporter, -R One of tap, log. Otherwise it will use the default reporter
Examples
pta
pta test/{unit,int}/**/*.js
If no argument is provided, the CLI will use the following patterns:
- **/test.js
- **/*.spec.js
- **/*.test.js
- **/test/**/*.js
- **/tests/**/*.js
- **/__tests__/**/*.js
1.3.0
8 months ago
1.2.0
2 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.1.2
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
4 years ago
1.0.0-alpha.2
4 years ago
0.2.3
4 years ago
0.2.2
4 years ago
0.2.1
4 years ago
0.2.0
4 years ago
0.1.3
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago