RubyFlow The Ruby and Rails community linklog

self_systeem system tests are now modular!

self_systeem records a users interaction with your rails app and then can replay that interaction in an automatically built test to assert a similar response.

With version 0.1.0, you can require a tests start with the app in the state of a pervious test. This allows you to test your app in a modular fashion, going feature by feature. i.e(sign_in_test, create_post, create_comment)

You can also have multiple starting points for example “admin_signup_test” and “user_signup_test”. Each could be the starting point for a separate tree of feature tests.

Now lets build some system tests!

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in