Actions
Refactor #18232
closedAdd phantomjs-prebuilt dev dependency for integration tests
Difficulty:
Triaged:
Description
Integration tests using JavaScript depend on using phantomjs via poltergeist, but there is no explicit gem dependency to install phantomjs, instead requiring manual installation.
The phantomjs-prebuilt npm package should be added to development dependencies, so it can be installed automatically.
Actions