aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/system_testing
Commit message (Collapse)AuthorAgeFilesLines
* Add ForHelper's for system testseileencodes2017-02-203-0/+39
| | | | | These FormHelpers are selectors that aren't a capybara default but are considered useful for Rails applications.
* Add configurable selenium driver for capybaraeileencodes2017-02-202-0/+80
| | | | | | | This is not yet configurable but is the minimum required to make Capybara work with the Selenium driver. A lot of this will change as the tests get fleshed out and the initialization requirements will eventually be configurable via the application.
* Add ability to run system tests via Capybaraeileencodes2017-02-205-0/+76
Capybara defaults to Rack Test for it's driver and works out of the box but this adds the headers and allows for future configurable adapters for system testing.