1. Define a QA inventory covering functional and visual aspects.
2. Run the bootstrap cell to initialize Playwright.
3. Launch the target runtime (web browser or Electron app).
4. Execute functional QA steps using Playwright commands.
5. Perform visual QA and capture screenshots.
6. Verify viewport fit and layout.
7. Reload or relaunch the application after code changes.
8. Clean up the Playwright session when finished.