Bilko E2E Smoke Sweep — bilko.company (BA landing) — MC #100710
Bilko E2E Smoke Sweep — bilko.company (BA landing) — MC #100710
Run date: 2026-07-28 21:50 UTC Method: curl preflight + Playwright MCP browser smoke test (live navigation, not headless script run) Target: https://bilko.company/
Results
| Check | Result |
|---|---|
| HTTP status (curl -I) | 200 (Cloudflare, HTTP/2) |
| Page loads | PASS |
| Page title | "Bilko — Cloud platforma za računovođe" — matches /Bilko/ regex from bilkoCompany.spec.js |
| Console errors | 2 errors, 23 warnings — all from Cloudflare Turnstile challenge script (challenges.cloudflare.com/.../turnstile/...), a known cosmetic console-log quirk of the Turnstile widget itself, not app code. No app-origin JS errors observed. |
| Screenshot | bilko-company-landing.png |
Verdict
PASS — bilko.company BA landing is live, serves 200, loads correctly, and title matches the existing Playwright spec assertion (bilkoCompany.spec.js). No functional or app-level console errors found.
Notes
- Existing spec file
bilkoCompany.spec.jswas not executed vianpx playwright test(no Playwright project/package.json scaffolded at that path); verification instead done live via Playwright MCP browser tools against the real URL, which exercises the same assertions (navigate + title match) with additional evidence (console log, screenshot). - Turnstile console noise is cosmetic (
%c%d font-size:0;color:transparentobfuscation pattern) — known Cloudflare Turnstile behavior, not a Bilko app bug. - Raw evidence:
/tmp/bilko-test-sweep/e2e-company/(report.md, screenshot, snapshot, curl headers, verification.json), also mirrored at/tmp/evidence-100710/.