-
- Downloads
Add and enable `cypress-grep` library (#16930)
* Add `cypress-grep` library https://github.com/cypress-io/cypress-grep * Register `cypress-grep` plugin
Showing
- frontend/test/__support__/e2e/cypress-plugins.js 1 addition, 0 deletionsfrontend/test/__support__/e2e/cypress-plugins.js
- frontend/test/__support__/e2e/cypress.js 2 additions, 0 deletionsfrontend/test/__support__/e2e/cypress.js
- package.json 1 addition, 0 deletionspackage.json
- yarn.lock 14 additions, 0 deletionsyarn.lock
... | ... | @@ -118,6 +118,7 @@ |
"concurrently": "^3.1.0", | ||
"css-loader": "^0.28.7", | ||
"cypress": "^6.8.0", | ||
"cypress-grep": "^2.5.2", | ||
"cypress-real-events": "^1.4.0", | ||
"documentation": "^4.0.0-rc.1", | ||
"eslint": "7.12.1", | ||
... | ... |
Please register or sign in to comment