Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import com.kms.katalon.core.context.TestCaseContext
- import com.kms.katalon.core.cucumber.keyword.CucumberBuiltinKeywords as CucumberKW
- class NewTestListener {
- @BeforeTestCase
- def beforeTestCase(TestCaseContext testCaseContext) {
- CucumberKW.GLUE = ['stepDefinitions'] // change to the name of the package(s) with the test scripts
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement