UNPKG

cucumber-html-report-generator

Version:

Generate beautiful cucumberjs html reports for multiple instances (browsers / devices)

32 lines (30 loc) 753 B
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "label": "startWebDriver", "type": "npm", "script": "startWebDriver", "problemMatcher": [] }, { "label": "stopWebdriver", "type": "npm", "script": "stopWebdriver", "problemMatcher": [] }, { "type": "typescript", "tsconfig": "tsconfig.json", "problemMatcher": [ "$tsc" ], "group": { "kind": "build", "isDefault": true } } ] }