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
-
... ... @@ -24,6 +24,6 @@ 24 24 25 25 **Asynchronous Testing** 26 26 27 -when pushing code to the code repository t here should be DevOpsinfrastructure that triggers a CI pipeline executing all tests. Doing that enables you toget 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 Emailwhich 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.27 +when pushing code to the code repository triggers a CI pipeline executing all tests. Doing that enables you to directly go on working without the need to wait minutes for the tests to finish. If the CI pipeline succeeds, the comprehensive test suite proofed your code to be fine. If the CI pipeline fails, you should get a notification like an SMS or Email, 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 29 It is not unusual that many CI pipelines run at the same time for the same developer. Although this poses a quite huge