You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Check the coverage report: ~35%
8
8
9
9
Run `RAILS_ENV=test rails coverband:coverage_server` to start the Coverband server in one terminal
10
10
11
+
Run `yarn install` to install Cypress
12
+
11
13
Run `rails cypress:run` to run Cypress tests
12
14
13
15
Run `rails simplecov_json_report` to extract the code coverage from Coveband into a `cypress_coverage.json` (note that this command will show ~74% coverage, but it's not filtering files we don't want to count for the real coverage)
0 commit comments