bitovi / bitovi/testee

Source files in testee config file

Open
#73 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.