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
Since we set transaction isolation at parent level and allow visibility of parent suite setup to child suites, rollback type set at parent should propagate to child suite.
Currently, only rollback type within package is propagated..
That is, if you set --%rollback(manual) at suite level it will propagate to tests within suite, not to child suite packages.
The text was updated successfully, but these errors were encountered:
Is it possible to override parents setup by a child?
Is it possible to construct Manual-auto-manual for a suite of three levels? I suppose it should be possible to do so.
Just to make sure, after the change if I don’t specify a rollback type then it is inherited from the nearest parent with explicitly specified one or is set to auto by default. Is that correct?
Since we set transaction isolation at parent level and allow visibility of parent suite setup to child suites, rollback type set at parent should propagate to child suite.
Currently, only rollback type within package is propagated..
That is, if you set
--%rollback(manual)
at suite level it will propagate to tests within suite, not to child suite packages.The text was updated successfully, but these errors were encountered: