Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2025 09:26 AM
Regression testing after code changes can be automated easily. Once you’ve created test cases with Pytest or Great Expectations, you can set up a CI/CD pipeline using tools like Jenkins or GitHub Actions. For a non-prod setup, Docker is great for replicating the environment consistently.
If you're looking for more details, this blog might help: Regression Testing and Stat Studio. It explains tools and processes for smoother regression testing.
Hope this helps! Let me know if you have any specific questions.