@@ -18,20 +18,18 @@ testing practices.</p>
18
18
19
19
</div >
20
20
21
- < hr />
21
+ ---
22
22
23
+ <!-- prettier-ignore-start -->
23
24
[ ![ Build Status] [ build-badge ]] [ build ]
24
25
[ ![ Code Coverage] [ coverage-badge ]] [ coverage ]
25
- [ ![ version] [ version-badge ]] [ package ] [ ![ downloads] [ downloads-badge ]] [ npmtrends ]
26
+ [ ![ version] [ version-badge ]] [ package ]
27
+ [ ![ downloads] [ downloads-badge ]] [ npmtrends ]
26
28
[ ![ MIT License] [ license-badge ]] [ license ]
27
-
28
- [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-25-orange.svg?style=flat-square )] ( #contributors )
29
- [ ![ PRs Welcome] [ prs-badge ]] [ prs ] [ ![ Code of Conduct] [ coc-badge ]] [ coc ]
30
- [ ![ Discord] [ discord-badge ]] [ discord ]
31
-
32
- [ ![ Watch on GitHub] [ github-watch-badge ]] [ github-watch ]
33
- [ ![ Star on GitHub] [ github-star-badge ]] [ github-star ]
34
- [ ![ Tweet] [ twitter-badge ]] [ twitter ]
29
+ [ ![ All Contributors] [ all-contributors-badge ]] ( #contributors- )
30
+ [ ![ PRs Welcome] [ prs-badge ]] [ prs ]
31
+ [ ![ Code of Conduct] [ coc-badge ]] [ coc ]
32
+ <!-- prettier-ignore-end -->
35
33
36
34
<div align =" center " >
37
35
<a href =" https://testingjavascript.com " >
@@ -65,7 +63,10 @@ This allows you to use all the useful
65
63
- [ Differences from DOM Testing Library] ( #differences-from-dom-testing-library )
66
64
- [ Config testIdAttribute] ( #config-testidattribute )
67
65
- [ Other Solutions] ( #other-solutions )
68
- - [ Contributors] ( #contributors )
66
+ - [ Issues] ( #issues )
67
+ - [ 🐛 Bugs] ( #-bugs )
68
+ - [ 💡 Feature Requests] ( #-feature-requests )
69
+ - [ Contributors ✨] ( #contributors- )
69
70
- [ LICENSE] ( #license )
70
71
71
72
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -196,7 +197,25 @@ It accepts all configurations listed in
196
197
I'm not aware of any, if you are please [ make a pull request] [ prs ] and add it
197
198
here!
198
199
199
- ## Contributors
200
+ ## Issues
201
+
202
+ _ Looking to contribute? Look for the [ Good First Issue] [ good-first-issue ]
203
+ label._
204
+
205
+ ### 🐛 Bugs
206
+
207
+ Please file an issue for bugs, missing documentation, or unexpected behavior.
208
+
209
+ [ ** See Bugs** ] [ bugs ]
210
+
211
+ ### 💡 Feature Requests
212
+
213
+ Please file an issue to suggest new features. Vote on feature requests by adding
214
+ a 👍. This helps maintainers prioritize what to work on.
215
+
216
+ [ ** See Feature Requests** ] [ requests ]
217
+
218
+ ## Contributors ✨
200
219
201
220
Thanks goes to these people ([ emoji key] [ emojis ] ):
202
221
@@ -253,6 +272,7 @@ Thanks goes to these people ([emoji key][emojis]):
253
272
254
273
<!-- markdownlint-enable -->
255
274
<!-- prettier-ignore-end -->
275
+
256
276
<!-- ALL-CONTRIBUTORS-LIST:END -->
257
277
258
278
This project follows the [ all-contributors] [ all-contributors ] specification.
@@ -262,47 +282,30 @@ Contributions of any kind welcome!
262
282
263
283
MIT
264
284
265
- [ npm ] : https://www.npmjs.com/
285
+ <!-- prettier-ignore-start -->
286
+ [ npm ] : https://npmjs.com
266
287
[ node ] : https://nodejs.org
267
- [ build-badge] :
268
- https://img.shields.io/travis/testing-library/cypress-testing-library.svg?style=flat-square
269
- [ build ] : https://travis-ci.org/testing-library/cypress-testing-library
270
- [ coverage-badge] :
271
- https://img.shields.io/codecov/c/github/testing-library/cypress-testing-library.svg?style=flat-square
288
+ [ build-badge ] : https://img.shields.io/github/workflow/status/testing-library/cypress-testing-library/validate?logo=github&style=flat-square
289
+ [ build ] : https://github.com/testing-library/cypress-testing-library/actions?query=workflow%3Avalidate
290
+ [ coverage-badge ] : https://img.shields.io/codecov/c/github/testing-library/cypress-testing-library.svg?style=flat-square
272
291
[ coverage ] : https://codecov.io/github/testing-library/cypress-testing-library
273
- [ version-badge] :
274
- https://img.shields.io/npm/v/cypress-testing-library.svg?style=flat-square
292
+ [ version-badge ] : https://img.shields.io/npm/v/@testing-library/cypress.svg?style=flat-square
275
293
[ package ] : https://www.npmjs.com/package/@testing-library/cypress
276
- [ downloads-badge] :
277
- https://img.shields.io/npm/dm/@testing-library/cypress.svg?style=flat-square
294
+ [ downloads-badge ] : https://img.shields.io/npm/dm/@testing-library/cypress.svg?style=flat-square
278
295
[ npmtrends ] : http://www.npmtrends.com/@testing-library/cypress
279
- [ license-badge] :
280
- https://img.shields.io/npm/l/@testing-library/cypress.svg?style=flat-square
281
- [ license] :
282
- https://github.com/testing-library/cypress-testing-library/blob/master/LICENSE
283
- [ prs-badge] :
284
- https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
296
+ [ license-badge ] : https://img.shields.io/npm/l/@testing-library/cypress.svg?style=flat-square
297
+ [ license ] : https://github.com/testing-library/cypress-testing-library/blob/master/LICENSE
298
+ [ prs-badge ] : https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
285
299
[ prs ] : http://makeapullrequest.com
286
- [ coc-badge] :
287
- https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
288
- [ coc] :
289
- https://github.com/testing-library/cypress-testing-library/blob/master/other/CODE_OF_CONDUCT.md
290
- [ github-watch-badge] :
291
- https://img.shields.io/github/watchers/testing-library/cypress-testing-library.svg?style=social
292
- [ github-watch] :
293
- https://github.com/testing-library/cypress-testing-library/watchers
294
- [ github-star-badge] :
295
- https://img.shields.io/github/stars/testing-library/cypress-testing-library.svg?style=social
296
- [ github-star] :
297
- https://github.com/testing-library/cypress-testing-library/stargazers
298
- [ twitter] :
299
- https://twitter.com/intent/tweet?text=Check%20out%20cypress-testing-library%20by%20%40kentcdodds%20https%3A%2F%2Fhub.490633.xyz%2Fkentcdodds%2Fcypress-testing-library%20%F0%9F%91%8D
300
- [ twitter-badge] :
301
- https://img.shields.io/twitter/url/https/github.com/testing-library/cypress-testing-library.svg?style=social
302
- [ emojis ] : https://github.com/kentcdodds/all-contributors#emoji-key
300
+ [ coc-badge ] : https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
301
+ [ coc ] : https://github.com/testing-library/cypress-testing-library/blob/master/other/CODE_OF_CONDUCT.md
302
+ [ emojis ] : https://allcontributors.org/docs/en/emoji-key
303
303
[ all-contributors ] : https://github.com/all-contributors/all-contributors
304
+ [ all-contributors-badge ] : https://img.shields.io/github/all-contributors/testing-library/cypress-testing-library?color=orange&style=flat-square
305
+ [ bugs ] : https://github.com/testing-library/cypress-testing-library/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22%F0%9F%90%9B+Bug%22+sort%3Acreated-desc
306
+ [ requests ] : https://github.com/testing-library/cypress-testing-library/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Aenhancement
307
+ [ good-first-issue ] : https://github.com/testing-library/cypress-testing-library/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3A%22good+first+issue%22
308
+
309
+ [ cypress ] : https://cypress.io
304
310
[ dom-testing-library ] : https://github.com/testing-library/dom-testing-library
305
- [ cypress ] : https://www.cypress.io/
306
- [ discord-badge] :
307
- https://img.shields.io/discord/723559267868737556.svg?color=7389D8&labelColor=6A7EC2&logo=discord&logoColor=ffffff&style=flat-square
308
- [ discord ] : https://discord.gg/c6JN9fM
311
+ <!-- prettier-ignore-end -->
0 commit comments