We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "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?
The text was updated successfully, but these errors were encountered:
There is no functionality to provide the source files in the config file. The files to run have to be always specified through the command line.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: