We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4832f commit 2d442c6Copy full SHA for 2d442c6
README.md
@@ -205,7 +205,7 @@ cy.matchImage({
205
forceDeviceScaleFactor: false,
206
// title used for naming the image file
207
// default: Cypress.currentTest.titlePath (your test title)
208
- title: `${Cypress.currentTest.titlePath.join(' ')} (${Cypress.browser.displayName})`
+ title: `${Cypress.currentTest.titlePath.join(' ')} (${Cypress.browser.displayName})`,
209
// pass a path to custom image that should be used for comparison
210
// instead of checking against the image from previous run
211
// default: undefined
0 commit comments