diff --git a/README.md b/README.md index 3af6ca4ea2..5782ad24e5 100644 --- a/README.md +++ b/README.md @@ -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) - - - - ###### [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.