Skip to content

Commit

Permalink
Updated README instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Knight committed Dec 10, 2023
1 parent 5d94d61 commit 2f275bb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,7 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# Playwright
test-results/
playwright-report/
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,20 @@ npm init playwright@latest

Choose the default options for each prompt.
Choose YES to install the Playwright browsers.
This tutorial was created with Playwright 1.36.1.
This tutorial was created with Playwright 1.36.1,
but later versions of Playwright should be okay to use.

This tutorial also uses a local web app for testing.
This web app is located in a [separate project](https://github.com/filiphric/trelloapp-vue-vite-ts).
Put this project in a separate directory from `awesome-playwright-tests`.
Clone it from GitHub and install its dependencies using the following commands.

```
cd ..
git clone https://github.com/filiphric/trelloapp-vue-vite-ts.git
cd trelloapp-vue-vite-ts
npm install
```

*Warning:*
**Complete these steps *before* taking this tutorial as part of a live session** (like at a conference or a webinar).
Expand Down

0 comments on commit 2f275bb

Please sign in to comment.