File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 128
128
.yarn /build-state.yml
129
129
.yarn /install-state.gz
130
130
.pnp. *
131
+
132
+ # Playwright
131
133
/test-results /
132
134
/playwright-report /
133
135
/playwright /.cache /
Original file line number Diff line number Diff line change @@ -29,7 +29,20 @@ npm init playwright@latest
29
29
30
30
Choose the default options for each prompt.
31
31
Choose YES to install the Playwright browsers.
32
- This tutorial was created with Playwright 1.36.1.
32
+ This tutorial was created with Playwright 1.36.1,
33
+ but later versions of Playwright should be okay to use.
34
+
35
+ This tutorial also uses a local web app for testing.
36
+ This web app is located in a [ separate project] ( https://github.com/filiphric/trelloapp-vue-vite-ts ) .
37
+ Put this project in a separate directory from ` awesome-playwright-tests ` .
38
+ Clone it from GitHub and install its dependencies using the following commands.
39
+
40
+ ```
41
+ cd ..
42
+ git clone https://github.com/filiphric/trelloapp-vue-vite-ts.git
43
+ cd trelloapp-vue-vite-ts
44
+ npm install
45
+ ```
33
46
34
47
* Warning:*
35
48
** Complete these steps * before* taking this tutorial as part of a live session** (like at a conference or a webinar).
You can’t perform that action at this time.
0 commit comments