Skip to content

Commit ca970c1

Browse files
Merge branch '0-initial-project' into 1-getting-started
2 parents ebdc030 + b1522c3 commit ca970c1

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# tau-playwright-workshop
22

3-
This repository contains the example code for the Playwright workshop
3+
This repository contains the instructions and example code for the Playwright workshop
44
for [TAU: The Homecoming](https://applitools.com/tau-homecoming/)
55
on December 1, 2021.
66
The workshop will be done in [Python](python.org).
77

8-
The `workshop` folder contains full instructions for the workshop.
9-
That way, you can still code along to learn Playwright even if you miss the main event!
8+
9+
## Instructions
10+
11+
Please try to attend the workshop *live* on the day of the event.
12+
However, if you cannot make it, never fear!
13+
**You can still take the workshop as a self-guided tutorial.**
14+
Start by reading this README.
15+
Then, follow the guides in the `workshop` folder.
16+
Each part of the workshop has a `workshop` guide with full instructions.
17+
Feel free to open issues against this repository if you have any trouble completing the workshop independently.
1018

1119

1220
## Abstract
@@ -41,7 +49,7 @@ If you are using a different shell or a Windows command line, some commands may
4149

4250
## Agenda
4351

44-
This workshop has five main parts:
52+
This workshop has five main parts, each with three sections:
4553

4654
1. Getting started
4755
1. What is Playwright?
@@ -67,7 +75,7 @@ This workshop has five main parts:
6775

6876
## Example code branches
6977

70-
Each part has a corresponding branch in this repository containing the part's example code and `workshop` instructions.
78+
Each workshop part has a corresponding branch in this repository containing the part's example code and `workshop` instructions.
7179
The branches allow you to check your progress at any point during the workshop.
7280
The branch names are:
7381

0 commit comments

Comments
 (0)