Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add badge for the npm package to the top-level README.md #33

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Playwright for Connect-ES
============

[![License](https://img.shields.io/github/license/connectrpc/connect-playwright-es?color=blue)](./LICENSE) [![Build](https://github.com/connectrpc/connect-playwright-es/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/connectrpc/connect-playwright-es/actions/workflows/ci.yaml)
[![License](https://img.shields.io/github/license/connectrpc/connect-playwright-es?color=blue)](./LICENSE) [![Build](https://github.com/connectrpc/connect-playwright-es/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/connectrpc/connect-playwright-es/actions/workflows/ci.yaml) [![NPM Version](https://img.shields.io/npm/v/@connectrpc/connect-playwright/latest?color=green&label=%40connectrpc%2Fconnect-playwright)](https://www.npmjs.com/package/@connectrpc/connect-playwright)

e2e utilities designed to simplify writing [Playwright](https://playwright.dev) tests for your Connect-ES application by providing
an API to mock unary RPCs defined in your service.
Expand Down