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.
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.