-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
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
I cannot get e2e tests running, and ng e2e gives 0 feedback of errors. #906
Comments
correction, angular/angular won't install from master today. see: angular/angular#8815 my package.json lists:
|
Heya @NullVoxPopuli, can you run |
I didn't have protractor in my package.json, so I just ran this:
I got this error:
However, @etkirsch was able to 'fix' the repository, by just copying all our code into a new Here is the diff between the two commits:
deleted repoRoot/karma.conf.js
So, it could have just been a configuration / dependency version issue. |
I think it was an issue with an earlier version of angular-cli. As @NullVoxPopuli mentioned, when we updated angular-cli to the most recent version and ran |
Glad to hear it's up and running again. There's a lot of updated between versions at the moment and we're still lacking changelogs, but we're working on them. |
Part of this issue is that As a starting point, would it be possible to document how Something like:
|
@Blasz I think it would be a bad idea for a |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
ng --version
do on your code? etc.
Yes. and I have no idea why this isn't working. I even generated a new angular-cli project, and I just keep running in to problems. The blank angular-cli project had
ng e2e
run (failed, but it at least ran the tests).I'm using:
all via npm install
more information.
The text was updated successfully, but these errors were encountered: