aft-web-services
Version:
Automated Functional Testing (AFT) module for testing web services over HTTP and HTTPS
25 lines • 348 B
Plain Text
{
"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
}