playwright
Advanced tools
Comparing version 0.11.1-next.1583260687337 to 0.11.1-next.1583267736573
{ | ||
"name": "playwright", | ||
"version": "0.11.1-next.1583260687337", | ||
"version": "0.11.1-next.1583267736573", | ||
"description": "A high-level API to automate web browsers", | ||
@@ -15,4 +15,4 @@ "repository": "github:Microsoft/playwright", | ||
"dependencies": { | ||
"playwright-core": "=0.11.1-next.1583260687337" | ||
"playwright-core": "=0.11.1-next.1583267736573" | ||
} | ||
} |
@@ -184,2 +184,3 @@ # Playwright | ||
* [API documentation](docs/api.md) | ||
* [Getting started on CI](docs/ci.md) | ||
* [Community showcase](docs/showcase.md) |
14292
186