setup() function per suite not per test

View: New views
1 Messages — Rating Filter:   Alert me  

setup() function per suite not per test

by ram.nov :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

How can I create setup function at the suite level,
Meaning that it is called at the beginning of the suite run and not for every test.
Thanks