https://github.com/markhobson/docker-node-chrome
Docker image for Node.js automated UI tests.
https://github.com/markhobson/docker-node-chrome
chrome docker-image nodejs
Last synced: 5 months ago
JSON representation
Docker image for Node.js automated UI tests.
- Host: GitHub
- URL: https://github.com/markhobson/docker-node-chrome
- Owner: markhobson
- License: apache-2.0
- Created: 2017-01-13T12:08:58.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T09:56:28.000Z (over 2 years ago)
- Last Synced: 2024-03-03T01:29:40.257Z (over 2 years ago)
- Topics: chrome, docker-image, nodejs
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/markhobson/node-chrome/
- Size: 86.9 KB
- Stars: 17
- Watchers: 2
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# markhobson/node-chrome
Docker image for Node.js automated UI tests.
Includes:
* Node.js 20.x
* Chrome (latest)
Available on [Docker Hub](https://hub.docker.com/r/markhobson/node-chrome/).
## Demo
See the [demo](demo) npm project to see how this Docker image can be used to run UI tests. The [run.sh](demo/run.sh) script builds the project within the latest version of this image on Docker Hub.