chore(auth): release v0.2.0 (breaking) + stricter types, remove --fail-fast, add type-tests, release workflow #10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR finalizes the @playwright-kit/auth v0.2.0 release and tightens DX around typing and CI/release hygiene.
Breaking changes
Removed baseTest / baseExpect from authTest() and createAuthTest() to keep the wrapper strictly aligned with Playwright’s default test types.
Changes
DX/strictness: added type-level regression coverage to ensure Playwright option types remain intact with authTest() (authTest-use-options-type.test.ts).
CLI: removed --fail-fast (was only in help, not documented in README) and simplified ensure behavior to always process all selected profiles.
.env: restored dotenv-based loading for --dotenv / --dotenv-path and updated docs/help accordingly.
Repo hygiene: lefthook pre-commit runs lint + typecheck, pre-push runs full check.
Added a GitHub Action + release notes doc for publishing @playwright-kit/auth via tags (release-auth.yml, RELEASING.md).