From 773a20cf10b16248b9efccc26194440c5699ddf2 Mon Sep 17 00:00:00 2001 From: Mark Skelton Date: Fri, 1 Dec 2023 19:40:40 -0600 Subject: [PATCH] Update docs --- .github/CODEOWNERS | 2 +- README.md | 22 +++++++++++++++++----- package.json | 6 +++--- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8957092..97a854e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @Widen/frontend +* @mskelton @avo @joephela diff --git a/README.md b/README.md index faf28f1..2933e30 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,37 @@ -# Lariat +# Lariat for Playwright -[![Build](https://github.com/Widen/lariat/actions/workflows/build.yml/badge.svg)](https://github.com/Widen/lariat/actions/workflows/build.yml) +[![Build](https://github.com/lariat-js/playwright/actions/workflows/build.yml/badge.svg)](https://github.com/lariat-js/playwright/actions/workflows/build.yml) [![npm](https://img.shields.io/npm/v/lariat)](https://www.npmjs.com/package/lariat) [![changesets](https://img.shields.io/badge/maintained%20with-changesets-blue)](https://github.com/atlassian/changesets) -Page object framework for end-to-end testing in Playwright. +Page object framework for [Playwright](https://playwright.dev). ## Installation -### npm +npm ```sh npm install lariat ``` -### Yarn +Yarn ```sh yarn add lariat ``` +pnpm + +```sh +pnpm add lariat +``` + +Bun + +```sh +bun add lariat +``` + ## Basic Usage At the core of Lariat is the `Collection` class. This class is used to represent diff --git a/package.json b/package.json index ee6ef18..95d59c3 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,10 @@ "author": "Widen", "license": "ISC", "packageManager": "yarn@3.2.1", - "repository": "github:Widen/lariat", - "homepage": "https://github.com/Widen/lariat#readme", + "repository": "github:lariat-js/playwright", + "homepage": "https://github.com/lariat-js/playwright#readme", "bugs": { - "url": "https://github.com/Widen/lariat/issues" + "url": "https://github.com/lariat-js/playwright/issues" }, "keywords": [ "lariat",