Actions
Bug #9212
closedCapybara browser tests - use a headless browser
Description
Recently we introduced so end-to-end browser tests, which is very good. Only problem is that the driver it uses is firefox, which causes a few problems:
- latest version of firefox just doesn't work with Capybara. nobody knows why.
- It pops a firefox window and interrupts work
- It's slow and very memory consuming.
We should use a headless browser instead, be it webkit or anything else.
Updated by Tom Caspy about 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 6f49408253fe16d9f3c4d05beb92661a09aecb1f.
Actions