Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add configurable selenium driver for capybara | eileencodes | 2017-02-20 | 1 | -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 Capybara | eileencodes | 2017-02-20 | 1 | -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. |