This is the suite's regression gate. Answer every question, then run the suite. Wrong answers show an explanation — read it, then re-run. In this course, like on a real team, you don't merge on a red build.
01.The two instant credibility checks a reviewer applies to your framework:
Both are visible in ninety seconds of reading, and both prove you understand the patterns rather than just the syntax.
02.The milestone rule that keeps the capstone healthy:
Small steps, always green — you're never more than one git checkout from a working state.
03.A test passes with a breakpoint set but fails without one. The debugging ladder says…
The breakpoint gave the page time to finish. Replace hidden luck with WebDriverWait on the exact condition.
04.The badge at the top of your README shows…
It renders from your latest Actions run — proof the suite works today, not just the day you wrote it.