Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Dec 2, 2023
1 parent 3c2b7e5 commit 773a20c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @Widen/frontend
* @mskelton @avo @joephela
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 773a20c

Please sign in to comment.