UNPKG

aft-web-services

Version:

Automated Functional Testing (AFT) module for testing web services over HTTP and HTTPS

25 lines 348 B
{ "cache": false, "check-coverage": false, "extension": [ ".ts" ], "include": [ "**/*.js", "**/*.ts" ], "exclude": [ "coverage/**", "node_modules/**", "**/*.d.ts", "test/**/*.ts" ], "sourceMap": true, "reporter": [ "html", "text", "text-summary" ], "all": true, "instrument": true }