Skip to content

Commit 2d442c6

Browse files
chore: update README.md (#279)
1 parent 5b4832f commit 2d442c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ cy.matchImage({
205205
forceDeviceScaleFactor: false,
206206
// title used for naming the image file
207207
// default: Cypress.currentTest.titlePath (your test title)
208-
title: `${Cypress.currentTest.titlePath.join(' ')} (${Cypress.browser.displayName})`
208+
title: `${Cypress.currentTest.titlePath.join(' ')} (${Cypress.browser.displayName})`,
209209
// pass a path to custom image that should be used for comparison
210210
// instead of checking against the image from previous run
211211
// default: undefined

0 commit comments

Comments
 (0)