aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/system_testing
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in actionpack/Kir Shatrov2017-07-295-0/+10
* Don't call register on custom driverseileencodes2017-07-081-3/+3
* SystemTestCase undef some IntegrationTest methods because it's confused to use.yalab2017-07-011-0/+24
* Add an option to silence puma in system tests.Sam Phippen2017-06-241-1/+12
* SystemTesting::Driver can register capybara-webkit and poltergeistMario Alberto Chávez2017-06-021-5/+24
* Set `Capybara.app_host` through `host!`Fumiaki MATSUSHIMA2017-04-021-1/+6
* Merge pull request #28394 from shime/docs-action-dispatchXavier Noria2017-03-221-1/+1
|\
| * [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-1/+1
* | Merge pull request #28341 from mtsmfm/pass-options-to-driven-byRafael França2017-03-171-1/+2
|\ \
| * | Pass options to `driven_by`Fumiaki MATSUSHIMA2017-03-131-1/+2
| |/
* / Dont always display inline screenshots in system testing (#28133)Renaud Chaput2017-03-111-5/+34
|/
* Call system test driver per-instance rather than globallyeileencodes2017-03-092-6/+1
* Refactor system test driver/browsereileencodes2017-03-092-30/+23
* Do not take screenshot if driver does not support screenshotyuuji.yaginuma2017-03-041-1/+5
* Fix random failure on system test with ajaxFumiaki MATSUSHIMA2017-03-031-1/+1
* Take failed screenshot before reset driveryuuji.yaginuma2017-02-281-1/+1
* Change `SystemTestCase.driven_by` to use `setup`/`teardown` hooksLucas Mazza2017-02-242-13/+12
* Do not take screenshot when test skippedyuuji.yaginuma2017-02-231-2/+6
* Rename system_test_helper -> application_system_test_caseeileencodes2017-02-201-3/+3
* Fix default host in setup, move teardown to helper fileeileencodes2017-02-202-0/+29
* Fix screenshot helper to provide correct file nameeileencodes2017-02-201-2/+6
* Move and rename system testseileencodes2017-02-204-0/+122