tnicola / cypress-parallel

Reduce up to 40% your Cypress suite execution time parallelizing the test run on the same machine.
MIT License
560 stars 117 forks source link

Replace colors with @colors/colors #166

Closed rebeccaalpert closed 1 year ago

rebeccaalpert commented 1 year ago

I was running into this documented issue with colors when trying to run this tool: https://github.com/tnicola/cypress-parallel/issues/165.

This migrates the repo away from colors (which has some documented issues) and onto a potentially more stable alternative.

rebeccaalpert commented 1 year ago

All set @tnicola - I dropped that file in the new commit.

tnicola commented 1 year ago

Thanks!The change is landed in v 0.13.0 🚀