Create and Manage System Tests for Ruby on Rails Applications
System Tester is a management tool for creating and managing system tests in Ruby on Rails applications. As a developer or tester in QA we all know the struggles when it comes to managing automated tests. Once a single ui element changes it can disrupt the test suite and cause failures. System tester allows you to abstract and share test steps and groups of steps. Steps can be easily shared across features and test scenarios, which means you only have to create a step once and eliminates the need to write a single line of code for basic testing.
Requirements:
* Ruby on Rails >= 5.1
* The System Tester gem - see https://github.com/rlafranchi/system_tester for details