Skip to content

Commit 6e259cb

Browse files
Merge branch '3-assertions' into 4-page-objects
2 parents d361084 + 0a1d4f2 commit 6e259cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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.
6-
The workshop will be done in [Python](python.org).
6+
The workshop will be done in [Python](https://www.python.org/).
77

88

99
## Instructions
@@ -23,12 +23,12 @@ Feel free to open issues against this repository if you have any trouble complet
2323
is a hot new browser automation tool from Microsoft.
2424
With bindings for .NET, Java, JavaScript, and Python, it’s a strong alternative to Selenium WebDriver for end-to-end web app testing.
2525

26-
This workshop will be an introduction to Playwright using [Python](python.org).
26+
This workshop will be an introduction to Playwright using [Python](https://www.python.org/).
2727
We will automate a test scenario together that performs a [DuckDuckGo](https://duckduckgo.com/) search.
2828
As we code along the test together, we will learn:
2929

3030
* How to install and configure Playwright
31-
* How to integrate Playwright with [pytest](pytest.org), Python’s leading test framework
31+
* How to integrate Playwright with [pytest](https://docs.pytest.org/), Python’s leading test framework
3232
* How to perform interactions through page objects
3333
* How to conveniently run different browsers, capture videos, and run tests in parallel
3434

0 commit comments

Comments
 (0)