-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make cypress run again and exclude some files from coverage #1379
- Loading branch information
1 parent
8608169
commit ec83e56
Showing
6 changed files
with
23 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ | |
"connected-react-router": "6.9.3", | ||
"cookie-parser": "1.4.5", | ||
"custom-event-polyfill": "1.0.7", | ||
"cypress-failed-log": "2.10.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-cypress": "2.15.1", | ||
"eslint-plugin-prettier": "5.1.3", | ||
|
@@ -67,7 +66,7 @@ | |
"lint:cypress": "eslint --ext=tsx --ext=js --ext=jsx --fix ./cypress", | ||
"serve:plugins": "node micro-frontend-tools/serve-plugins.js", | ||
"start": "cross-env concurrently \"yarn serve:plugins\" \"node server/auth-server.js\" \"react-scripts start\"", | ||
"build:e2e": "cross-env GENERATE_SOURCEMAP=false react-scripts build", | ||
"build:e2e": "cross-env GENERATE_SOURCEMAP=false yarn build", | ||
"test": "vitest --coverage", | ||
"test:watch": "react-scripts test --env=jsdom --watch", | ||
"e2e:serve": "yarn build:e2e && concurrently \"node server/auth-server.js e2e\" \"node ./server/e2e-test-server.js\"", | ||
|
@@ -138,4 +137,4 @@ | |
"wait-on": "7.2.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters