aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/system_testing/system_test_case_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Stop setting a default Capybara app hostGeorge Claghorn2019-07-241-5/+3
* Permit running jobs in system testsGeorge Claghorn2019-05-161-37/+0
* Add `require "selenium/webdriver"` to all using `DrivenBySeleniumWith*` classesRyuta Kamizono2019-01-301-0/+1
* Add headless firefox driver to System Testsbogdanvlviv2017-12-071-0/+6
* Add headless chrome driver to System Testsyuuji.yaginuma2017-10-171-0/+6
* Exception message for SystemTestCase#get etc..yalab2017-10-081-5/+10
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* SystemTestCase undef some IntegrationTest methods because it's confused to use.yalab2017-07-011-0/+32
* Set `Capybara.app_host` through `host!`Fumiaki MATSUSHIMA2017-04-021-0/+12
* Make `driven_by` overridableFumiaki MATSUSHIMA2017-03-291-0/+8
* Call system test driver per-instance rather than globallyeileencodes2017-03-091-7/+3
* Refactor system test driver/browsereileencodes2017-03-091-6/+0
* Change `SystemTestCase.driven_by` to use `setup`/`teardown` hooksLucas Mazza2017-02-241-12/+14
* Move and rename system testseileencodes2017-02-201-0/+21