bestofjs / javascript-risingstars

:stars: An overview of the JavaScript landscape in 2023: trends about frontend, Node.js, fullstack frameworks, build tools, testing, Vue.js, React, state management...
https://risingstars.js.org
1.01k stars 56 forks source link

fix: add cypress to testing frameworks #52

Closed BBlackwo closed 4 years ago

BBlackwo commented 4 years ago

Cypress is #1 in testing frameworks if it has the correct tag, assuming that category should include e2e as well as unit test frameworks.

michaelrambeau commented 4 years ago

Hello Benjamin @BBlackwo Thank you for your feedback (and thank you again for everything you did!) Actually "Testing framework" is a sub part of the Testing tag in Best of JavaScript, "Testing framework" does not include E2E solutions, only frameworks to write testing suites.

If we decide to use "Testing" instead of "Testing frameworks", the rankings change:

image

In the other hand, it's less consistent with the previous editions. What do you think, which option makes more sense?

BBlackwo commented 4 years ago

Ahh ok, I see.

The testing-framework tag only has 4 items in it currently. I think it might be more useful to show all testing related tools (and maybe have 10 with a "show more" link) so people can explore a bit more.

But feel free to leave it as it is if you think that's better. I'll close this PR anyway as it's not relevant.

EDIT: Maybe it's easier to change it next year cause I guess you'll have to re-generate a bunch of data :)