All checks were successful
Add Gitea npm publish on tag release, `playkit init`/`smoke` CLI, and PLAYKIT_RETRY_PRESET profiles. Document install + consumer scaffold.
2.8 KiB
2.8 KiB
Changelog
0.4.0 — 2026-07-15
- CLI —
playkit initscaffoldse2e/+ CI snippet;playkit smokepost-deploy public-host + health ping - Retry presets —
PLAYKIT_RETRY_PRESET=strictCi|flakyNetwork|defaultwired throughloadConfig(RETRY_PRESETSexport) - Gitea npm registry —
publishConfig+ release-jobnpm publish; consumer docs indocs/NPM_REGISTRY.md - Docs: CONSUMER/ROADMAP updated for v0.4; selftest + Outline sync remain as of 0.3.x line
0.3.1 — 2026-07-14
- Network interception / error monitor —
interceptNetworkCall(),startNetworkErrorMonitor()(seedocs/NETWORK.md) - Tests: expand coverage for network helpers —
NetworkErrorMonitor(record/dedupe/exclude/minStatus/assert),interceptNetworkCall(spy/fulfill/handler/method continue/non-JSON), plusglobToRegExp/responseMatchesFilter - Docs:
docs/OUTLINE.mdchecklist (update Outline QA & Dev Playkit page on each release);docs/IDEAS.mdfor OSS-borrowed backlog; adoption pause (no new consumer repos until soak) - CI: add tag-triggered
releasejob (.gitea/workflows/ci.yml) — re-runs build/test, verifies tag matchespackage.jsonversion andCHANGELOG.mddocuments it, creates a Gitea release with annpm packtarball attached. Requires a one-timeRELEASE_TOKENActions secret. - Docs: bump install pin examples from
v0.1.0tov0.3.0(README, CONSUMER.md) - Docs: lead with Mailpit (homelab default) instead of Mailtrap in README email section; use
createMailInbox()+readMailHtml()in the example instead of a provider-specific client - Ops: Pushgateway +
live-playkitGrafana board now provisioned via ansibledeploy/observability/ - Self-test suite —
selftest/fake site + Playwright CI job (docs/SELFTEST.md) - Outline sync —
scripts/outline-sync-playkit.py
0.3.0 — 2026-07-14
- Zod schema asserts —
assertSchema()+ optionalschemaonApiClientrequests - storageState helpers —
saveStorageState(),storageStateUse() - Trace-on-failure preset —
playkitFailureArtifacts()for Playwrightuse - Mailpit adapter marked shipped (was in 0.2.1)
0.2.1 — 2026-07-14
- Mailpit client +
createMailInbox()(prefer homelab Mailpit, else Mailtrap SaaS)
0.2.0 — 2026-07-14
- Mailtrap Email Testing client:
MailtrapClient,waitForEmail,extractLinks/firstLinkMatching - Export path
@levkin/playkit/mail
0.1.1 — 2026-07-14
- Add
preparescript so git installs builddist/for consumers
0.1.0 — 2026-07-14
Initial release.
- Browser:
BasePage,click,fill,safeGoto, visibility waits,waitForUrlHost,assertPublicHost - API:
ApiClientwith status expectations and secret redaction - Metrics:
TimingCollector+ Pushgateway helper - Config/logging helpers + consumer docs