Skip to content

Instantly share code, notes, and snippets.

View onadebi's full-sized avatar
🏠
Working from home

Onadebi onadebi

🏠
Working from home
View GitHub Profile
## Notes
You can pass options in the commandline, which would override the default config settings.
<br/>
Example:
```bash
npx playwright test --headed
```
version: '3.7'
services:
elasticsearch:
image: elasticsearch:7.9.2
ports:
- '9200:9200'
environment:
- discovery.type=single-node
ulimits: