jeudi 14 juin 2018

Katalon - Executing test suite in a test suite setup method?

I'm trying to build a test hierarchy where other test suites are executed so a new test suite picks up where the last suite left off. Is there some way I can run a test suite execution in the set up of my test suite?

@SetUp(skipped = false)
def setUp() {
    // execute test suite here
}

Aucun commentaire:

Enregistrer un commentaire