tap & junit to the console
This commit is contained in:
parent
04ad0ada0b
commit
bc34675d2c
|
|
@ -173,11 +173,11 @@ var fs = require('fs-extra'),
|
|||
},
|
||||
junit: {
|
||||
flag: true,
|
||||
help: 'Create JUnit output'
|
||||
help: 'Create JUnit output to the console.'
|
||||
},
|
||||
tap: {
|
||||
flag: true,
|
||||
help: 'Create TAP output'
|
||||
help: 'Create TAP output to the console.'
|
||||
},
|
||||
skipTest: {
|
||||
metavar: '<ruleid1,ruleid2,...>',
|
||||
|
|
|
|||
Loading…
Reference in New Issue