aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/system_testing
Commit message (Expand)AuthorAgeFilesLines
* 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