feat(adapters-internal): implement FirestoreAdapter with retry logic#13
Merged
Conversation
- Implement FirestoreAdapter class with ResultAdapter interface - Add retry logic with exponential backoff for transient failures - Support GCP authentication via ADC or Service Account JSON - Write to three collections: test_runs, individual_test_runs, latest_test_cases - Add skip conditions for pull requests - Non-blocking error handling to allow other adapters to continue
- Add 27 tests covering all functionality - Test constructor, initialization, writes, skip conditions - Test retry logic with exponential backoff - Test error handling and non-retryable errors - Mock Firestore client for unit testing
- Export FirestoreAdapter from main index - Update TypeScript references for annotations and reporter packages - Update index test to verify exports
- Update @lytics/playwright-annotations to ^0.1.0 - Update @lytics/playwright-reporter to ^0.1.0 - Update package description to reference Contentstack
…randing - Document FirestoreAdapter usage and configuration - Add authentication setup guide (ADC and Service Account) - Document Firestore schema for all three collections - Add retry logic and error handling documentation - Update branding from Lytics to Contentstack
…ackages - Add step to create .npmrc with GitHub Packages auth before changesets runs - Configure both project root and home directory .npmrc files - Add verification output to debug authentication issues - Update README to reference RELEASE_PROCESS.md - Add RELEASE_PROCESS.md documentation for contributors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Implements Issue #3: FirestoreAdapter for @lytics/playwright-adapters-internal
Changes
Commits
Testing
All 27 tests passing ✅