Enhance project configuration and testing setup#14
Merged
Conversation
paulius-krutkis-dcd
commented
Jun 1, 2026
Contributor
- Updated ESLint configuration to ignore test helper files and added Vitest configuration.
- Added Vitest as a testing framework in package.json and updated scripts for testing.
- Introduced CI workflow for automated testing and linting on push and pull request events.
- Created initial test files for WebScrapingApi and schema functionalities, ensuring validation and response handling.
- Updated TypeScript configuration to exclude test files from the build process.
- Updated ESLint configuration to ignore test helper files and added Vitest configuration. - Added Vitest as a testing framework in package.json and updated scripts for testing. - Introduced CI workflow for automated testing and linting on push and pull request events. - Created initial test files for WebScrapingApi and schema functionalities, ensuring validation and response handling. - Updated TypeScript configuration to exclude test files from the build process.
ChinchillaLover9000
approved these changes
Jun 1, 2026
paulius-krutkis-dcd
added a commit
that referenced
this pull request
Jun 2, 2026
* Refactor DecodoClient and WebScrapingApi to utilize BundledSchema for schema management - Removed legacy schema provider implementation and replaced it with BundledSchema. - Updated DecodoClient to accept schema directly instead of a schema provider. - Introduced new BundledSchema class for handling request schemas and target metadata. - Added RemoteSchema and related utilities for future remote schema support. - Cleaned up unused files and types related to the previous schema provider architecture. * Enhance project configuration and testing setup (#14) * Enhance project configuration and testing setup - Updated ESLint configuration to ignore test helper files and added Vitest configuration. - Added Vitest as a testing framework in package.json and updated scripts for testing. - Introduced CI workflow for automated testing and linting on push and pull request events. - Created initial test files for WebScrapingApi and schema functionalities, ensuring validation and response handling. - Updated TypeScript configuration to exclude test files from the build process. * Bump version to 2.1.0 in package.json --------- Co-authored-by: paulius-krutkis-dcd <285625255+paulius-krutkis-dcd@users.noreply.github.com>
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.