Process Flow - Automated testing on push
Developer writes code
Developer pushes code to remote repo
Remote repo triggers CI pipeline
CI runs automated tests
Notify success
Developer sees results
This flow shows how pushing code triggers automated tests in a CI system, which then reports success or failure back to the developer.