Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Don't bail out early when only some of the spec paths map to files #260

Closed
lvh opened this issue Nov 15, 2013 · 0 comments
Closed

Don't bail out early when only some of the spec paths map to files #260

lvh opened this issue Nov 15, 2013 · 0 comments

Comments

@lvh
Copy link

lvh commented Nov 15, 2013

I'm not sure if this is a bug, but it's behavior I'm seeing in other tools :) Suppose if you have some tests in native JS and some in Coffeescript that get compiled down to JS. A sensible specs definition would be:

  specs: [
    './test/integration/*.js',
    '.tmp/integration/*.js'
  ],

... but protractor bails out early if './test/integration/*.js' doesn't match any tests. I was hoping for a warning instead.

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

No branches or pull requests

1 participant