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.
According to gruntjs/grunt#1114
It is a problem in grunt-protractor-runner
I see
Running "protractor:run" (protractor) task
Using the selenium server at http://localhost:4444/wd/hub
[launcher] Running 1 instances of WebDriver[launcher] chrome passed
>>
>> Test failed but keep the grunt process alive.
Done, without errors.
Can you confirm it is a problem in this project?
The text was updated successfully, but these errors were encountered:
Yes, my Gruntfile.js contains a keepAlive: true. If I commentthat out it seems to behave as expected. I also checked that the return code was 1 if I run protractor without grunt, like node node_modules/protractor/bin/protractor protractor.conf.js --verbose, in this case it also returned 1. So I guess everything is as it should be in protractor... Sorry for any inconvenience.
I still have a need to run other grunt tasks after a failed test - e.g. to shutdown my local server and disconnect from Sauce Connect. Does Grunt have an API for deferring failed exit status codes? gruntjs/grunt#1114
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
According to gruntjs/grunt#1114
It is a problem in
grunt-protractor-runner
I see
Can you confirm it is a problem in this project?
The text was updated successfully, but these errors were encountered: