Replies: 3 comments 4 replies
-
The suite hooks run once before and after the whole suite run. So it does not matter what tags are in play, since tags only affect specs/scenarios. Does that make sense? Did you have a particular scenario in mind for the suite hooks to be accomodating tags? |
Beta Was this translation helpful? Give feedback.
-
Btw, glad you are linking gauge, thank you for the kind words! |
Beta Was this translation helpful? Give feedback.
-
public class DriverFactory { //Case 1: Test without restarting the application during the entire test suite
//Case 2: Test with restart of the application for each scenario:
//Case 3: Test with with_serveur SauceLabs:
} |
Beta Was this translation helpful? Give feedback.
-
I would like to know what prevents adding the functionality to specify tags in the @BeforeSuite and @AfterSuite hooks.
In my tests I really need this functionality.
Beta Was this translation helpful? Give feedback.
All reactions