Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Install phantomjs for smokey tests
Browse files Browse the repository at this point in the history
alphagov/smokey#230 will make smokey use
phantomjs (via poltergeist).
  • Loading branch information
tijmenb committed Feb 2, 2017
1 parent f4ee93e commit 4b10893
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions modules/govuk_testing_tools/manifests/smokey.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@
# Installs packages required by smokey
#
class govuk_testing_tools::smokey {
include ::xvfb

package { 'libqtwebkit-dev':
ensure => present,
}
include phantomjs
}

0 comments on commit 4b10893

Please sign in to comment.