SSWConsulting / SSW.SAW.General

SAW Team PBIs that don't belong to any other repo
MIT License
0 stars 0 forks source link

📈 Add rule and sample app around clean testing best practices #16

Open danielmackay opened 1 year ago

danielmackay commented 1 year ago

Currently with integration testing we are using both Respawn and Test Containers to create and reset our databases.

### Tasks
- [ ] Create a rule that provides guidance on when to use respawn vs a new test container
- [ ] The rule should take performance into account
- [ ] Create a sample repo to demonstrate the approach
- [ ] Add the sample repo to the awesome-ca repo