trentrand / cypress-utils

⚙ Easily parallelize and stress-test your Cypress tests
MIT License
25 stars 6 forks source link

Upgrade to cypress v10 #25

Closed DiegoGomez01 closed 2 years ago

DiegoGomez01 commented 2 years ago

Hi, Trent Rand. I hope you're well.

These changes are to improve this project to allow the use of cypress v10, Let me know if you have any suggestions.

Changes Implemented

Thanks for this useful repo. Have a good day.

trentrand commented 2 years ago

I tested this against the cypress-kitchen-sink test files.

cypress-utils run-parallel 1-getting-started/todo 2-advanced-examples/waiting viewport window

run-parallel example

cypress-utils stress-test window.cy.js --trialCount 12 --threads 4

stress-test example

trentrand commented 2 years ago

@DiegoGomez01, I amended commits 60f2f11 and ad50f08

Thank you again for the contributions!

trentrand commented 2 years ago

These changes were published as version 3.0.0! 🎉

See the release for more details: https://github.com/trentrand/cypress-utils/releases/tag/v3.0.0