Release playkit v0.3 with Zod asserts and auth helpers
CI / skip-ci-check (push) Successful in 4s
CI / secret-scan (push) Successful in 3s
CI / build-and-test (push) Successful in 16s

Add assertSchema/ApiClient schema option, storageState helpers, and
playkitFailureArtifacts preset for consumer e2e suites.
This commit is contained in:
2026-07-14 19:01:42 -04:00
parent a52fe89372
commit 7369b1c5e5
12 changed files with 140 additions and 55 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@levkin/playkit",
"version": "0.2.1",
"version": "0.3.0",
"description": "Shared Playwright + API test kit — browser helpers, API client, logging, performance, Grafana/Prometheus metrics",
"license": "MIT",
"type": "module",
@@ -47,6 +47,9 @@
"prepublishOnly": "npm run build",
"example:api": "tsx examples/api/health.example.ts"
},
"dependencies": {
"zod": "^3.24.0"
},
"peerDependencies": {
"@playwright/test": ">=1.40.0"
},