Skip to content

Commit

Permalink
docs: fixed badges by renaming to playwright-pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Aug 3, 2020
1 parent a3e44bc commit 3146352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,8 +1,8 @@
# Pytest Playwright Plugin

![CI](https://github.com/microsoft/pytest-playwright/workflows/CI/badge.svg)
![CI](https://github.com/microsoft/playwright-pytest/workflows/CI/badge.svg)
[![PyPI](https://img.shields.io/pypi/v/pytest-playwright)](https://pypi.org/project/pytest-playwright/)
[![Coverage Status](https://coveralls.io/repos/github/microsoft/pytest-playwright/badge.svg?branch=master)](https://coveralls.io/github/microsoft/pytest-playwright?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/microsoft/playwright-pytest/badge.svg?branch=master)](https://coveralls.io/github/microsoft/playwright-pytest?branch=main)
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)

> A Pytest wrapper for [Playwright](https://github.com/microsoft/playwright-python) to automate web browsers (Chromium, Firefox, WebKit).
Expand Down

0 comments on commit 3146352

Please sign in to comment.