aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/system_testing/driver_adapters.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add configurable selenium driver for capybaraeileencodes2017-02-201-0/+1
| | | | | | | 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-201-0/+13
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.