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
I am running the protractor tests in a Jenkins build environment and am trying to use this coverage plugin to do the testing. The tests seem to be running just fine, but sometimes (no real pattern can be found) this exceptions occurs:
Running "protractor_coverage:test1" (protractor_coverage) task�
Collector started on port 3001
Warning: spawn EBADF� Use --force to continue.�
A part of the Jenkins log would look like this:
It is very hard to reproduce because it doesn't happen all the time. Also it does not always happen on the same test task (spec file). Running the same Grunt file on a local machine gives me no problems.
Any ideas on this?
Thanks in advance!
Jurgen
The text was updated successfully, but these errors were encountered:
Hi,
I am running the protractor tests in a Jenkins build environment and am trying to use this coverage plugin to do the testing. The tests seem to be running just fine, but sometimes (no real pattern can be found) this exceptions occurs:
Running "protractor_coverage:test1" (protractor_coverage) task�
Collector started on port 3001
Warning: spawn EBADF� Use --force to continue.�
A part of the Jenkins log would look like this:
It is very hard to reproduce because it doesn't happen all the time. Also it does not always happen on the same test task (spec file). Running the same Grunt file on a local machine gives me no problems.
Any ideas on this?
Thanks in advance!
Jurgen
The text was updated successfully, but these errors were encountered: