Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent transient Capybara timeouts during feature testsrs-transient-capybara-timeout | Robert Speicher | 2016-01-28 | 1 | -4/+4 |
| | | | | | | | | | | | The problem occurred because asset compilation takes a long time, so when the asset cache didn't exist and the first test ran, it would often (randomly) time out during the generation before the actual test even had a chance to run. Now we check if the cache exists before the suite runs, and if not, we manually fire a request to the root URL in order to generate it. This should allow subsequent tests to use the cached assets. | ||||
* | Add spinach test for note polling | Grzegorz Bizon | 2015-12-15 | 1 | -1/+1 |
| | | | | | This also increases capybara timeout to 15 seconds (note polling interval). Capybara will look for new note for this period of time. | ||||
* | Don't use capybara-screenshot in CI environmentsrs-capybara-screenshot | Robert Speicher | 2015-04-25 | 1 | -3/+5 |
| | |||||
* | Enable js_errors for Capybara in Spinach and RSpec | Robert Speicher | 2015-04-25 | 1 | -1/+1 |
| | |||||
* | Reduce timeout for non-CI features | Robert Speicher | 2015-04-25 | 1 | -2/+5 |
| | |||||
* | Move Spinach setup for db_cleaner and capybara to their own files | Robert Speicher | 2015-04-25 | 1 | -0/+19 |
Also adds capybara-screenshot, which will automatically save the page as html and an image whenever a feature fails. Handy for debugging. |