NAME_TEMPLATE
The snapshot naming pattern using replaceable labels. All possible labels are:
specName: The spec file name
givenName: The name value in
cy.compareSnapshot
browserName: Short browser name currently running the tests
width: Width in pixels for the application under tests' viewport
height: Height in pixels for the application under tests' viewport
Any label in square brackets is replaced with its actual value during runtime.
💢 Default value: undefined
Computed name that is passed to cy.screenshot
:
Output directory:
Last updated