Hi there!
- Operating system and version
- Node.js version - v10.15.0
- Protractor version - 5.4.2
- Protractor flake version -4.00
- Protractor configuration file
-javascipt coding language with VScode
- Output from your test suite - NA
-Windows environment
configfiles.txt
Description of feature request
I have a SDLC application where every spec result is taken as a precondition for running the next
spec .Due to timeouts or error the test hangs which is a normal behavior .Flake seems to run only the failed test and the pending specs aren't run hence i'm forced to manually comment and run the remaining specs which isn't a good practice this affects Jenkins night run.
An underhanded work around
I'm forcefully closing the browser when test hangs so that the pending specs are all marked as failure to be picked by flake .
My request for this feature
An option to force all pending specs to be marked as failure so that flake can pick them up and rerun .