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
According to the documentation and the javadoc for the alwaysRun parameter, for BeforeXYZ annotations this should ignore group exclusions, but for AfterXYZ annotations, it should only cause the method to be run in the case where a previous setup method has failed.
What I'm seeing is for the AfterXYZ methods, the parameter is working in both ways, both ignoring groups and ignoring skips due to previous configuration method failures.
Is this intentional, and is there any way to get this working as documented or should the documentation be updated?
The text was updated successfully, but these errors were encountered:
According to the documentation and the javadoc for the alwaysRun parameter, for BeforeXYZ annotations this should ignore group exclusions, but for AfterXYZ annotations, it should only cause the method to be run in the case where a previous setup method has failed.
What I'm seeing is for the AfterXYZ methods, the parameter is working in both ways, both ignoring groups and ignoring skips due to previous configuration method failures.
Is this intentional, and is there any way to get this working as documented or should the documentation be updated?
The text was updated successfully, but these errors were encountered: