We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3daa51 commit 28d2104Copy full SHA for 28d2104
.github/conflict-resolver.yml
@@ -16,3 +16,7 @@ rules:
16
strategy: 'ours'
17
- paths: '*.generated.js'
18
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