Source files in testee config file
Open
- Dominant language
- JavaScript
- Stars
- 119
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
``` javascript
{
"coverage": {
"dir": "src/tests/report/report.html",
"reporters": [ "html" ],
"ignore": [ "node_modules/", "bower_components/", "src/tests/"]
},
"src": [
"test.html"
]
}
```
When I run "testee -c testee.conf.json" - no tests are run. When I run "testee test.html -c testee.conf.json" the tests run.
Is that the correct option for specifying source files inside the config file?
Contributor guide
Assessment
This issue has not been assessed yet.