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
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 .
The text was updated successfully, but these errors were encountered:
fires1989
changed the title
Feature Request: Option to mark failing and pending to run spec as failed
Feature Request: Option to mark failing and pending specs as failure to be picked up for rerun in flake
Apr 10, 2019
Hi there!
-javascipt coding language with VScode
-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 .
The text was updated successfully, but these errors were encountered: