Verify that CI integration runs tests automatically on code commit
Preconditions (3)
Step 1: Commit and push a code change to the repository
Step 2: Observe the CI pipeline triggered automatically
Step 3: Wait for the CI pipeline to run the JUnit tests
Step 4: Check the test results in the CI pipeline report
✅ Expected Result: The CI pipeline runs automatically on commit, executes all JUnit tests, and reports test results showing tests passed or failed