Shifting e2e testing from nightwatch to cypress #294
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing feature
🟩 priority: low
Low priority and doesn't need to be rushed
🚦 status: awaiting triage
Has not been triaged & therefore, not ready for work
Problem and Reasons
A suggestion from my side is that nightwatch being a powerful tool for e2e testing but when it comes to cypress it is far better than nightwatch in my opinion
The enlisted reasons are :-
1.Since chooser is a purely vue/js based repo so cypress is highly recommended for js repos.
2. Also provides Parallel execuion while passing a --parallel flag
3. Cross Browser Testing
4. Much Stable
5. Enhanced Debuggability
Alternatives
There are many other e2e testing tools like TestCafe and various others
Implementation
The text was updated successfully, but these errors were encountered: