Bug #9212
Capybara 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.
Associated revisions
History
#1
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2129 added
- Pull request deleted (
)
#2
Updated by Tom Caspy over 7 years ago
- Assignee set to Tom Caspy
#3
Updated by Dominic Cleal over 7 years ago
- Legacy Backlogs Release (now unused) set to 28
#4
Updated by Tom Caspy over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 6f49408253fe16d9f3c4d05beb92661a09aecb1f.
fixes #9212 - using headless browser in order to run Capybara tests