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

https://github.com/inzhenerka/browserless-chrome-heroku

Deploy browserless/chrome for websites testing in one click
https://github.com/inzhenerka/browserless-chrome-heroku

Last synced: 3 months ago
JSON representation

Deploy browserless/chrome for websites testing in one click

Awesome Lists containing this project

README

        

# browserless/chrome for Heroku

Deploy [browserless/chrome](https://github.com/browserless/chrome) for websites testing in one click

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/Inzhenerka/browserless-chrome-heroku)

## Configuration

- [Docker Configuration](https://www.browserless.io/docs/docker)

## Use with playwright

Add this to `use` field of your Playwright configuration (`playwright.config.ts` file):

``` typescript
connectOptions: {
wsEndpoint: 'wss://.herokuapp.com/playwright'
}
```