aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci/scripts/firefox-install
Commit message (Collapse)AuthorAgeFilesLines
* Update Firefox version for e2e testsWhymarrh Whitby2018-09-121-1/+1
|
* ci: Use Firefox 61.0.2Whymarrh Whitby2018-08-181-1/+1
|
* ci: Disable Firefox updatesWhymarrh Whitby2018-08-181-1/+11
|
* ci: Don't cache Firefox installWhymarrh Whitby2018-08-181-0/+19
Two important notes: 1. The time it takes to download is negligble compared to e2e test runs 2. Since we cannot use environment variables in CircleCI cache keys we can't cache the download correctly and have it update when we switch firefox versions—this isn't the end of the world because of point 1