Run after successful builds. Frame the concept in practical terms so you can explain it during interview discussion.
Build tools like Gradle configure integration tests to execute after the main application build, ensuring that tests are only run on stable code. This setup prevents failed tests from blocking the build process, maintaining project integrity.