Skip to content

Commit 28d2104

Browse files
Support Playwright Snapshots in Conflict Resolver (#9688)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: arii <342438+arii@users.noreply.github.com>
1 parent f3daa51 commit 28d2104

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/conflict-resolver.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ rules:
1616
strategy: 'ours'
1717
- paths: '*.generated.js'
1818
strategy: 'ours'
19+
20+
# For Playwright VRT snapshots, prefer the incoming version from the feature branch
21+
- paths: '**/*.spec.ts-snapshots/*.png'
22+
strategy: 'theirs'

0 commit comments

Comments
 (0)