Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Add the firefox driver for running selenium tests #25

Open
jarshwah opened this issue Feb 14, 2017 · 1 comment
Open

Add the firefox driver for running selenium tests #25

jarshwah opened this issue Feb 14, 2017 · 1 comment

Comments

@jarshwah
Copy link
Member

The jenkins ansible scripts include the provisioning of the firefox driver. It should be a straight forward copy into this setup.

@timgraham
Copy link
Member

Here are the steps since the ansible scripts aren't public:

- name: download geckodriver
  become: yes
  unarchive: src=https://github.com/mozilla/geckodriver/releases/download/v{{ geckodriver_version }}/geckodriver-v{{ geckodriver_version }}-linux64.tar.gz dest=/tmp copy=no

- name: copy executable file for geckodriver
  become: yes
  copy: src=/tmp/geckodriver dest=/usr/local/bin/geckodriver mode=0755 remote_src=yes

The firefox tests haven't worked since the geckodriver was introduced though, so there's little point in adding this right now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants