We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tasks/test.js
? Your project name: tttt ? Choose a backend type: Good old JSON ? Which development tool do you want for browser reloading / synchronising? Livereload ? Do you want to add some documentation generators? ? Customize your test suite. End to end tests using Protractor ? Which module do you want to load? create bower.json create package.json create .gitignore create .bowerrc create .travis.yml create .editorconfig create client/app.js create client/assets/favicon.ico create client/index.html create client/styles/app.scss create client/views/home/home.html create client/views/home/home.controller.js create client/views/home/home.e2e.js create client/views/home/home.js create gulpfile.js create protractor.conf.js create README.md create server/config/environment/development.js create server/config/environment/index.js create server/config/environment/production.js create server/config/environment/test.js create server/config/express.js create server/routes.js create server/server.js create tasks/build.js create tasks/chore.js create tasks/config/bowerFilesToExclude.js create tasks/config/filesToInject.js create tasks/config/revFilesToExclude.js create tasks/control.js create tasks/inject.js create tasks/preview.js create tasks/sass.js create tasks/serve.js create tasks/watch.js
As we can see, no tasks/test.js file is created, although a gulp e2e and gulp e2e:update tasks exists, and they reference the missing file.
gulp e2e
gulp e2e:update
We should get rid of it :) Even if choosing only e2e tests is a strange choice!
The text was updated successfully, but these errors were encountered:
1be2f4b
meriadec
No branches or pull requests
As we can see, no
tasks/test.js
file is created, although agulp e2e
andgulp e2e:update
tasks exists, and they reference the missing file.We should get rid of it :) Even if choosing only e2e tests is a strange choice!
The text was updated successfully, but these errors were encountered: