Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 57c5f69

Browse files
authored
Merge pull request #4 from argos-ci/respect-cypress-defaults
feat: respect cypress defaults
2 parents 41bf103 + 338df6f commit 57c5f69

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

support.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ Cypress.Commands.add(
8181

8282
// Screenshot
8383
cy.wrap(subject).screenshot(screenshotName, {
84-
capture: "viewport",
85-
overwrite: true,
8684
blackout: ['[data-visual-test="blackout"]'].concat(
8785
options.blackout || []
8886
),

0 commit comments

Comments
 (0)