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

Commit

Permalink
🛠 test against Firefox 68
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsweet committed Oct 12, 2019
1 parent 2a79c07 commit 9d6f626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -24,7 +24,7 @@ Run a locally installed Firefox:
Or a [dockerized version](https://github.com/deepsweet/firefox-headless-remote):

```sh
docker run -it --rm --shm-size 2g -p 2828:2828 deepsweet/firefox-headless-remote:67
docker run -it --rm --shm-size 2g -p 2828:2828 deepsweet/firefox-headless-remote:68
```

```js
Expand Down
2 changes: 1 addition & 1 deletion test/helpers/firefox.ts
Expand Up @@ -7,7 +7,7 @@ const localExtPath = resolve('test', 'extension')
export const containerExtPath = '/home/firefox/extension'

export const runFirefox = () => execa('docker',
`run -id --rm --shm-size 2g -v ${localExtPath}:${containerExtPath} -p 2828:2828 --name foxr-firefox deepsweet/firefox-headless-remote:67`.split(' ')
`run -id --rm --shm-size 2g -v ${localExtPath}:${containerExtPath} -p 2828:2828 --name foxr-firefox deepsweet/firefox-headless-remote:68`.split(' ')
)

export const stopFirefox = () => execa('docker',
Expand Down

0 comments on commit 9d6f626

Please sign in to comment.