Merged
Conversation
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.
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/image-comparison-core@1.1.4
Patch Changes
0a19d78: Fix
clearRuntimeFolderclearing the actual and diff folders after each spec/feature execution instead of once before all workers start. This caused only the last spec's visual data to be present in the output when running multiple specs.Committers: 1
ce74703: Stop creating empty diff folders when no visual differences exist. The diff directory is now only created on disk when a diff image is actually saved, instead of being eagerly created during path preparation. Fixes empty diff folders created when there is no baselines #879.
Committers: 1
@wdio/visual-service@9.1.6
Patch Changes
0a19d78: Fix
clearRuntimeFolderclearing the actual and diff folders after each spec/feature execution instead of once before all workers start. This caused only the last spec's visual data to be present in the output when running multiple specs.Committers: 1
ed0bea6: Fix
EISDIRerror when usingresolveSnapshotPathwith the visual service. The service now usesdirname()of the resolved path as the baseline folder, preventing it from creating a directory at a path thatexpect-webdriverio's snapshot service expects to be a file. FixesresolveSnapshotPathLogs an Error, But Tests Continue #984.Committers: 1
cbf1d22: Fix incomplete
wdio-ics:optionstype augmentation onWebdriverIO.Capabilities. The global type declaration now uses theWdioIcsOptionsinterface directly, ensuring all supported properties (logName,name) are available to TypeScript users in both standalone and multiremote configurations. Fixes TypeScript Error: '"wdio-ics:options"' does not exist in type 'RequestedStandaloneCapabilities' #732.Committers: 1
Updated dependencies [0a19d78]
Updated dependencies [ce74703]