Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up| ★ wanayoo — archive 1999 https://github.com/ember-cli/ember-cli-test-loader/issues/26 | Nouvelle recherche | Portail wanayoo |
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Hello,
I am trying to exclude a directory under tests that has non-ember tests run under selenium / casperjs for end-to-end testing. I'd like to keep it within the tests/ directory for semantics but I don't know how to exclude that path so that
ember testdoesn't try to load it and fail... How can I do that?