Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tai-sho/playwright-docker-sample
Sample of running Playwright in Docker
https://github.com/tai-sho/playwright-docker-sample
docker playwright
Last synced: 23 days ago
JSON representation
Sample of running Playwright in Docker
- Host: GitHub
- URL: https://github.com/tai-sho/playwright-docker-sample
- Owner: tai-sho
- Created: 2024-04-26T11:09:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-07T10:24:18.000Z (9 months ago)
- Last Synced: 2024-11-14T14:17:30.655Z (3 months ago)
- Topics: docker, playwright
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# playwright-docker-sample
Sample of running Playwright in Docker# How to use
You can opt for either Make or docker-compose.## docker-compose
```bash
$ docker-compose build
$ docker-compose up
```## Make
```bash
$ make build
$ make test
```# Access the Report
http://127.0.0.1:9323/