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 The Foreman Bot almost 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2129 added
- Pull request deleted (
)
Updated by Dominic Cleal almost 10 years ago
- Translation missing: en.field_release set to 28
Updated by Tom Caspy almost 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 6f49408253fe16d9f3c4d05beb92661a09aecb1f.
Actions