Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrepolischuk/docker-node-chrome-firefox
Docker image for browser tests
https://github.com/andrepolischuk/docker-node-chrome-firefox
chrome docker-image firefox headless nodejs testing
Last synced: 6 days ago
JSON representation
Docker image for browser tests
- Host: GitHub
- URL: https://github.com/andrepolischuk/docker-node-chrome-firefox
- Owner: andrepolischuk
- License: mit
- Created: 2018-10-11T16:20:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T10:46:21.000Z (about 1 year ago)
- Last Synced: 2023-10-31T11:36:50.569Z (about 1 year ago)
- Topics: chrome, docker-image, firefox, headless, nodejs, testing
- Language: Shell
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-chrome-firefox
> Docker image for browser tests
## Under the hood
Base image `andrepolischuk/node`
* Node
* npm
* yarn
* awscliImage with browsers `andrepolischuk/node-chrome-firefox`
* ...Tools from base image
* Chrome
* Firefox## Install
```sh
docker pull andrepolischuk/node
docker pull andrepolischuk/node-chrome-firefox
```## Build the images
```sh
docker build -t andrepolischuk/node -f Dockerfile_base .
docker build -t andrepolischuk/node-chrome-firefox -f Dockerfile_browsers .
```## License
MIT