I want to create different test suites for execution of my test cases. The main idea is that I want to load some sample data into database using a feature file in a single suite. After this suite is completed I want to execute different suite containing the test scenarios. Is it possible in GoDog?
            Asked
            
        
        
            Active
            
        
            Viewed 440 times
        
    1 Answers
0
            
            
        There is an example in DATA-DOG repo https://github.com/DATA-DOG/godog/tree/master/examples/db with DB connection it could be helpful. It gives you an opportunity to roll back inserted data before every scenario or suite if you want.
 
    
    
        Piotr Labunski
        
- 1,638
- 4
- 19
- 26
