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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,8 +176,8 @@ _This project uses npm8 and Node >= 14 - however any project using this package
176
176
5. Edit `src/**/*.scss` and run `npm run build` in the root of the project to regenerate the CSS found at `/checka11y.css` (DO NOT edit this file directly).
177
177
6. To add error/warning styles and messages to your features, `@extend` one of the placeholders and `@include contentMessage()` from `src/_base.scss`.
178
178
7. Add tests to your features in cypress folder (edit the element file or create a new one if needed)
179
-
8. Run tests: `npm run cypress:open` or `npm run cypress:run` (headless)
180
-
- You can also run tests for a specific tag/attribute by doing `npm run cypress:run -- --spec cypress/integration/{file-to-test}`
179
+
8. Run tests: `npm run cypress:open` or `npm run test` (headless)
180
+
- You can also run tests for a specific tag/attribute by doing `npm run test -- --spec cypress/integration/{file-to-test}`
181
181
9. Add the feature to the [features.md](./features.md) & [codes.md](./codes.md) with a new error or warning code
0 commit comments