Changes for page Test Speedup
Last modified by chrisby on 2025/03/08 11:39
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -26,4 +26,4 @@ 26 26 27 27 when pushing code to the code repository there should be DevOps infrastructure that triggers a CI pipeline executing all tests. Doing that enables you to get your code comprehensively tested while you can directly go on working without the need to wait. If the CI pipeline succeeds, the test suite proofed your code to be fine. If the CI pipeline fails, you should get a notification like an SMS or Email which triggers a ringing tone, so that you abort your current work immediately to fix the problem. Push the fix again and continue working without waiting for any tests to finish. 28 28 29 -It is not unusual that many CI pipelines run at the same time for the same developer. Although this pose saquite huge29 +It is not unusual that many CI pipelines run at the same time for the same developer. Although this may pose an advanced DevOps infrastructure it is often worth the investment. Or you simply use cloud providers automatically taking care of that in the background.