0

I'd like to add some common keywords in every test suite setup. But as for me, it is not good practice to write same things in each suite.

I tried to use pre-run modifier, but not sure that it's possible to use it in that situation.

1 Answer 1

2

You can use an initialization file. In this file you can specify your Suite Setup. It will be applied to all the testsuites in the same folder where the initialization file is placed. See documentation for more details.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.