Update README.md

This commit is contained in:
Pavel Feldman 2020-01-18 17:41:52 -08:00 committed by GitHub
parent cd482162c2
commit c3484d2176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,11 @@
# Playwright
# Playwright · [![npm version](https://img.shields.io/npm/v/playwright.svg?style=flat)](https://www.npmjs.com/package/playwright) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/microsoft/playwright/blob/master/CONTRIBUTING.md) [![GitHub license](https://img.shields.io/badge/license-Apache2-blue.svg)](https://github.com/microsoft/playwright/blob/master/LICENSE) [![Chromium version](https://img.shields.io/badge/chromium-81.0.4032-orange.svg)](https://www.chromium.org/Home) [![Firefox version](https://img.shields.io/badge/firefox-73.0b3-orange.svg)](https://www.mozilla.org/en-US/firefox/new/) [![WebKit version](https://img.shields.io/badge/webkit-r254081-orange.svg)](https://webkit.org/)
```diff
- ==================================================== -
- YOU WERE INVITED, THIS REPO IS TO GO PUBLIC Jan 21st -
- ==================================================== -
```
[![npm version](https://badge.fury.io/js/playwright.svg)](https://www.npmjs.com/package/playwright)
<img src="./docs/cr-version.svg">
<img src="./docs/wk-version.svg">
<img src="./docs/ff-version.svg">
###### [API](https://github.com/microsoft/playwright/blob/master/docs/api.md) | [FAQ](#faq) | [Contributing](#contributing)
Playwright is a Node library to automate the [Chromium](https://www.chromium.org/Home), [WebKit](https://webkit.org/) and [Firefox](https://www.mozilla.org/en-US/firefox/new/) browsers. Playwright is focused on enabling **cross-browser** web automation platform that is **ever-green**, **capable**, **reliable** and **fast**. Our primary goal with Playwright is to improve automated UI testing by eliminating flakiness, improving the speed of execution and offering insights into the browser operation. Playwright runs headless versions of these browsers by default, but can be configured to run the full versions.