DEV Community

Discussion on: Advice for UI Testing

Collapse
 
jwp profile image
John Peters

Yes cypress is good for Ui testing, it's better than Jasmine because the entire app can be tested. Proper use of input parms, and permutations make it a great choice for unit tests. Jasmine was never a good unit test choice anyway.

Collapse
 
bam92 profile image
Abel Lifaefi Mbula

Thank you for sharing your thought. I'd give cypress a try and see if it what it says.