Skip to content
New issue

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

Source files in testee config file #73

Open
RALifeCoach opened this issue Jan 22, 2016 · 1 comment
Open

Source files in testee config file #73

RALifeCoach opened this issue Jan 22, 2016 · 1 comment

Comments

@RALifeCoach
Copy link

{
    "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?

@daffl
Copy link
Contributor

daffl commented Jan 22, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants