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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@wdio/[email protected]
Major Changes
1326e99: ## 💥 Major Release: New @wdio/image-comparison-core Package
🏗️ Architectural Refactor
This release introduces a completely new core architecture with the dedicated
@wdio/image-comparison-core
package, replacing the genericwebdriver-image-comparison
module with a WDIO-specific solution.What was the problem?
webdriver-image-comparison
package was designed for generic webdriver usageWhat changed?
✅ New dedicated core package:
@wdio/image-comparison-core
- purpose-built for WebdriverIO✅ Cleaner architecture: Modular design with clear separation of concerns
✅ Enhanced test coverage: Improved from ~58% to ~90% across all metrics
✅ Better maintainability: Organized codebase with comprehensive TypeScript interfaces
✅ WDIO-specific dependencies: Only depends on
@wdio/logger
,@wdio/types
, etc.🧪 Testing Improvements
🔧 Service Integration
The
@wdio/visual-service
now imports from the new@wdio/image-comparison-core
package while maintaining the same public API and functionality for users.📈 Performance & Quality
🔄 Backward Compatibility
✅ No breaking changes for end users
✅ Same public API maintained
✅ Existing configurations continue to work
✅ All existing functionality preserved
🎯 Future Benefits
This refactor sets the foundation for:
📦 Dependency Updates
Note: This is an architectural improvement that modernizes the codebase while maintaining full backward compatibility. All existing functionality remains unchanged for users.
Patch Changes
@wdio/[email protected]
Major Changes
1326e99: ## 💥 Major Release: New @wdio/image-comparison-core Package
🏗️ Architectural Refactor
This release introduces a completely new core architecture with the dedicated
@wdio/image-comparison-core
package, replacing the genericwebdriver-image-comparison
module with a WDIO-specific solution.What was the problem?
webdriver-image-comparison
package was designed for generic webdriver usageWhat changed?
✅ New dedicated core package:
@wdio/image-comparison-core
- purpose-built for WebdriverIO✅ Cleaner architecture: Modular design with clear separation of concerns
✅ Enhanced test coverage: Improved from ~58% to ~90% across all metrics
✅ Better maintainability: Organized codebase with comprehensive TypeScript interfaces
✅ WDIO-specific dependencies: Only depends on
@wdio/logger
,@wdio/types
, etc.🧪 Testing Improvements
🔧 Service Integration
The
@wdio/visual-service
now imports from the new@wdio/image-comparison-core
package while maintaining the same public API and functionality for users.📈 Performance & Quality
🔄 Backward Compatibility
✅ No breaking changes for end users
✅ Same public API maintained
✅ Existing configurations continue to work
✅ All existing functionality preserved
🎯 Future Benefits
This refactor sets the foundation for:
📦 Dependency Updates
Note: This is an architectural improvement that modernizes the codebase while maintaining full backward compatibility. All existing functionality remains unchanged for users.
Patch Changes
@wdio/[email protected]
Patch Changes
75d31d1: fix: 657 in multiremote, commands are now executed on the requested instances (ocrGetText no longer loop)
1326e99: ## 💥 Major Release: New @wdio/image-comparison-core Package
🏗️ Architectural Refactor
This release introduces a completely new core architecture with the dedicated
@wdio/image-comparison-core
package, replacing the genericwebdriver-image-comparison
module with a WDIO-specific solution.What was the problem?
webdriver-image-comparison
package was designed for generic webdriver usageWhat changed?
✅ New dedicated core package:
@wdio/image-comparison-core
- purpose-built for WebdriverIO✅ Cleaner architecture: Modular design with clear separation of concerns
✅ Enhanced test coverage: Improved from ~58% to ~90% across all metrics
✅ Better maintainability: Organized codebase with comprehensive TypeScript interfaces
✅ WDIO-specific dependencies: Only depends on
@wdio/logger
,@wdio/types
, etc.🧪 Testing Improvements
🔧 Service Integration
The
@wdio/visual-service
now imports from the new@wdio/image-comparison-core
package while maintaining the same public API and functionality for users.📈 Performance & Quality
🔄 Backward Compatibility
✅ No breaking changes for end users
✅ Same public API maintained
✅ Existing configurations continue to work
✅ All existing functionality preserved
🎯 Future Benefits
This refactor sets the foundation for:
📦 Dependency Updates
Note: This is an architectural improvement that modernizes the codebase while maintaining full backward compatibility. All existing functionality remains unchanged for users.
@wdio/[email protected]
Patch Changes
3dbfa0e: fix: 990mclean script from package.json is now working on Windows
1326e99: ## 💥 Major Release: New @wdio/image-comparison-core Package
🏗️ Architectural Refactor
This release introduces a completely new core architecture with the dedicated
@wdio/image-comparison-core
package, replacing the genericwebdriver-image-comparison
module with a WDIO-specific solution.What was the problem?
webdriver-image-comparison
package was designed for generic webdriver usageWhat changed?
✅ New dedicated core package:
@wdio/image-comparison-core
- purpose-built for WebdriverIO✅ Cleaner architecture: Modular design with clear separation of concerns
✅ Enhanced test coverage: Improved from ~58% to ~90% across all metrics
✅ Better maintainability: Organized codebase with comprehensive TypeScript interfaces
✅ WDIO-specific dependencies: Only depends on
@wdio/logger
,@wdio/types
, etc.🧪 Testing Improvements
🔧 Service Integration
The
@wdio/visual-service
now imports from the new@wdio/image-comparison-core
package while maintaining the same public API and functionality for users.📈 Performance & Quality
🔄 Backward Compatibility
✅ No breaking changes for end users
✅ Same public API maintained
✅ Existing configurations continue to work
✅ All existing functionality preserved
🎯 Future Benefits
This refactor sets the foundation for:
📦 Dependency Updates
Note: This is an architectural improvement that modernizes the codebase while maintaining full backward compatibility. All existing functionality remains unchanged for users.