Skip to content

Commit 5eb8036

Browse files
committed
Upgrade Cypress to 8.7.0, remove --headless flag in test command
1 parent 5da4b10 commit 5eb8036

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:warnings-only": "sass --no-source-map src/warnings/checka11y-warnings.scss ./checka11y-warnings.css --style=compressed && sass --no-source-map ./checka11y-warnings.css ./checka11y-warnings.css --style=expanded && npx postcss checka11y-warnings.css --use autoprefixer --replace --no-map",
1313
"lint:check": "stylelint \"**/*.scss\" --max-warnings=0 --ignore-path .gitignore",
1414
"lint:fix": "stylelint \"**/*.scss\" --max-warnings=0 --ignore-path .gitignore --fix",
15-
"test": "cypress run --headless",
15+
"test": "cypress run",
1616
"test:ui": "cypress open",
1717
"has-no-changes": "is-git-status-clean"
1818
},
@@ -66,7 +66,7 @@
6666
],
6767
"devDependencies": {
6868
"autoprefixer": "^10.3.7",
69-
"cypress": "^6.9.1",
69+
"cypress": "^8.7.0",
7070
"git-branch-is": "^4.0.0",
7171
"is-git-status-clean": "^1.0.0",
7272
"postcss": "^8.3.9",

0 commit comments

Comments
 (0)