Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/