tjtanjin / react-chatbotify

A modern React library for creating a flexible and extensible chatbot.
https://react-chatbotify.com
MIT License
148 stars 68 forks source link

[Task] Experiment and possibly migrate from selenium webdriver to cypress #83

Open tjtanjin opened 1 month ago

tjtanjin commented 1 month ago

Description: Thus far, selenium webdriver has been used for testing and it's generally alright, except it can take a while and there's actually occasional failures that resolves upon re-running - inconsistent results.

Cypress presents as a promising alternative that is faster and possibly also more consistent. I've not dived deep into exploring the differences between the 2, and exploration/experimentation certainly needs to be done. Not an urgent task, but would be great to pick up (even for first-timers)!