Skip to content

Commit

Permalink
Specify packages being required by Selenium
Browse files Browse the repository at this point in the history
Co-authored-by: David Furey <david.furey@guardian.co.uk>
  • Loading branch information
Georges-GNM and davidfurey authored Aug 29, 2024
1 parent c4264ea commit 01b6c04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/browser-testing/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
- name: Enable Xvfb service
service: name=xvfb enabled=yes

- name: Install required libxrender1 package
- name: Install libxrender1, required by Selenium
apt: name=libxrender1 state=latest

- name: Install required libxtst6 package
- name: Install libxtst6, required by Selenium
apt: name=libxtst6 state=latest

- name: Install required libxi6 package
- name: Install libxi6, required by Selenium
apt: name=libxi6 state=latest

0 comments on commit 01b6c04

Please sign in to comment.