https://github.com/talentplatforms/headless-chrome
Headless Chrome with chromedriver
https://github.com/talentplatforms/headless-chrome
chrome chromedriver docker testing
Last synced: 2 months ago
JSON representation
Headless Chrome with chromedriver
- Host: GitHub
- URL: https://github.com/talentplatforms/headless-chrome
- Owner: talentplatforms
- License: mit
- Created: 2020-04-23T06:10:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T14:00:40.000Z (about 4 years ago)
- Last Synced: 2025-02-24T23:29:12.690Z (over 1 year ago)
- Topics: chrome, chromedriver, docker, testing
- Language: Dockerfile
- Size: 237 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://conventionalcommits.org)
# Headless Chrome for Testing
This is an opinionated image for testing apps in chrome.
It ships with a couple of tools and libraries found in the next section.
It facilitates the builder pattern so the final included tools differ from the build stage.
## Tools and Libraries
**PACK_CORE**
- curl
- build-essential
- chrome
- chromedriver
# How to use this
The image comes with a Makefile that has everything abstracted away for you to easily customize it.
```bash
$ make make NODE_VERSION=13.10.1 ALPINE_VERSION=3.11 build push
```
## Available VARS
```bash
CHROME_VERSION=80.0.3987.106
REGISTRY=${REGISTRY:-ORGANIZATION/headless-chrome}
VCS_URL=${VCS_URL:-https://THE_REPO_URL}
```
## Optional Setup
If you are into some tooling for keeping commit-messages clean and want to keep an automated CHANGELOG.md, feel free to `make init` ;).
It'll install the node_modules:
- standard-version,
- husky
- commit-lint
To make this work you need to have NODE.js installed.
# Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style.
1. Fork it
2. Create your feature branch (git checkout -b feature/my-cool-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin feature/my-new-feature)
5. Create new Pull Request
# License
Copyright (c) 2020 Territory Embrace - Talent Platforms.