Using husky Pre-Commit Hooks to Ensure Playwright Version Consistency
A step-by-step guide to setting up a pre-commit hook to ensure Playwright versions match between package.json and .gitlab-ci.yml.
A step-by-step guide to setting up a pre-commit hook to ensure Playwright versions match between package.json and .gitlab-ci.yml.
A blog post on how to secure your Firebase Firestore with basic security rules. We will allow read access to public data and read+write access to user-specific data.
In this blogpost, I show how to create testcases for vitest with ChatGPT and achieve high coverage.