For questions about regressions, which is about previously fixed issues being reactivated due to recent software changes.
Questions tagged [regression]
3 questions
7
votes
4 answers
How can successfully pre-verified changes cause regressions that should have been caught?
In a CI context one of the commonly-used measures of increasing the quality levels of the integration branch is a mandatory set of pre-commit quality verifications (typically including building some artifacts, performing unit tests and even some…
Dan Cornilescu
- 6,780
- 2
- 21
- 45
2
votes
1 answer
Can Cypress with cucumber replace php unit and regression tests in CI/Cd pipeline?
Or there a language agnostic unit and regresion testing?
My team built an MVP with manual tests only and we got into the inverted icecream antipattern. Now to transform into production we need to fix the problem. The marketplace is fully going into…
Daniel Vianna
- 163
- 6
1
vote
1 answer
Is Cypress ok for acceptance tests on APIs in a CI/CD pipeline?
I have a small team but a gigantic application. We don't have PHP unit testing, so we will be using Cypress as a baseline for quality. Everything will go through a CI/CD pipeline and use regression end to end to make sure we haven't broken any…
Daniel Vianna
- 163
- 6