DEV Community

Discussion on: Rails to Introduce View Components

Collapse
 
rhymes profile image
rhymes

I keep seeing Cyrpus but it is not clicking why I should use it over just writing cucumber tests.

There's no mistery to it. You write assertions in JavaScript against any website. It doesn't require the runtime or the language of the website the built in. It runs independently as an end to end test. It has a UI, it doesn't use Selenium which is sloooow, it also doesn't require testers to know anything about your code, they can just take the test suite and run it on their computers.