Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

protractor.conf.js confusion with specs #772

Closed
lmj0011 opened this issue Feb 21, 2017 · 1 comment
Closed

protractor.conf.js confusion with specs #772

lmj0011 opened this issue Feb 21, 2017 · 1 comment

Comments

@lmj0011
Copy link
Contributor

lmj0011 commented Feb 21, 2017

I'm submitting a clean up request

  • Aurelia Skeleton Version
    skeleton-esnext

when running the e2e test using gulp e2e
https://github.com/aurelia/skeleton-navigation/tree/master/skeleton-esnext#running-the-e2e-tests

the specs property in protractor.conf.js is ignored:

specs: ['test/e2e/dist/**/*.js'],

because gulp is sourcing the spec files:

return gulp.src(paths.e2eSpecsDist + '**/*.js')

A note in the protractor.conf.js should point this out, so someone who edits the protractor.conf.js is not wondering why all of their specs are still being ran. PR: #773

@EisenbergEffect
Copy link
Contributor

@AshleyGrant Can you look into this?

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

4 participants