Add example with non-standard formatters
This commit is contained in:
15
formatter/package.json
Normal file
15
formatter/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "formatter",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "cucumber-js --format usage",
|
||||
"json": "cucumber-js --format json"
|
||||
},
|
||||
"author": "Eugen Wissner <belka@caraus.de>",
|
||||
"license": "MPL-2.0",
|
||||
"devDependencies": {
|
||||
"cucumber": "^5.0.3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user