create-backlist 10.1.1 → 10.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/index.js +1759 -315
- package/package.json +1 -1
- package/src/qa/qa-engine.js +1 -1
package/package.json
CHANGED
package/src/qa/qa-engine.js
CHANGED
|
@@ -2346,7 +2346,7 @@ footer{text-align:center;color:var(--dim);font-size:.68rem;padding:2rem;border-t
|
|
|
2346
2346
|
|
|
2347
2347
|
<div class="container">
|
|
2348
2348
|
|
|
2349
|
-
${session.playwrightMode ? '<div class="pw-banner">🎭 <strong>
|
|
2349
|
+
${session.playwrightMode ? '<div class="pw-banner">🎭 <strong>BACKLIST Real Browser Mode</strong> — Screenshots, Web Vitals, DOM tests, Interactions, User Flow, Memory, Dark Mode, All Viewports</div>' : ''}
|
|
2350
2350
|
<div class="real-banner">✅ <strong>100% Real Runtime Data</strong> — All results from actual HTTP requests and live Chromium browser testing.</div>
|
|
2351
2351
|
|
|
2352
2352
|
<!-- OVERVIEW -->
|