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 has been archived by the owner on Feb 2, 2021. It is now read-only.
Visual Studio Task Runner Explorer does not have a stdin so the line process.stdin.pipe(child.stdin); in protractor-runner.js file throws an error.
I'm not sure what a good solution to this would be, but commenting out the line allowed the tests to run and return results to the task runner. However, I'm not exactly sure what functionality I killed off.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Visual Studio Task Runner Explorer does not have a stdin so the line
process.stdin.pipe(child.stdin);
in protractor-runner.js file throws an error.I'm not sure what a good solution to this would be, but commenting out the line allowed the tests to run and return results to the task runner. However, I'm not exactly sure what functionality I killed off.
The text was updated successfully, but these errors were encountered: