You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
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:
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:
... but protractor bails out early if
'./test/integration/*.js'
doesn't match any tests. I was hoping for a warning instead.The text was updated successfully, but these errors were encountered: