Skip to content

Commit 12f6fa5

Browse files
authored
fix(e2e): add Cypress grep library to e2e dep list (#2623)
1 parent bb9e68a commit 12f6fa5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,6 @@ yarn run cypress run
329329

330330
[Cypress](https://www.cypress.io/) is used to perform end-to-end testing of the filing application, tools, data publication products, and data browser. It mimicks a user's interaction with the site and allows for rapid, automated system validation of project deployments.
331331

332+
Whenever a dependency that affects Cypress is added or upgraded in [`package.json`](package.json), you'll need to make the same change in the `cypress` directory's [`package.json` file](cypress/package.json) and then [update the test image](cypress/README.md#updating-the-test-image).
333+
332334
![Cypress automated filing test](./readme-files/filing-2020-q1-cypress.gif)

cypress/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"@cypress/grep": "^5.0.0",
34
"@cypress/skip-test": "2.6.1",
45
"@testing-library/cypress": "10.0.2",
56
"cypress": "14.3.0",

0 commit comments

Comments
 (0)