You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-13Lines changed: 22 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Mastering Modern Test Automation With Playwright In Java
2
2
3
-
This repository contains the sample code for the **[Mastering Modern Test Automation With Playwright In Java](https://www.udemy.com/course/serenity-bdd-web-testing/?referralCode=3E5878CF6F4676EF507B)** course. It is designed to complement your learning experience, providing hands-on examples and exercises for each module of the course.
3
+
This repository contains the sample code for the **[Mastering Modern Test Automation With Playwright In Java](https://www.udemy.com/course/mastering-modern-test-automation-with-playwright-in-java/?referralCode=06560D474D519B88409D)** course. It is designed to complement your learning experience, providing hands-on examples and exercises for each module of the course.
4
4
5
5
## About the Course
6
6
@@ -22,23 +22,32 @@ You’ll learn:
22
22
- Leveraging AI tools to accelerate test writing
23
23
24
24
### Access the Course Material
25
-
Enroll in the course and access all the learning resources here: [Mastering Modern Test Automation With Playwright In Java](https://www.udemy.com/course/serenity-bdd-web-testing/?referralCode=3E5878CF6F4676EF507B)
25
+
Enroll in the course and access all the learning resources here: [Mastering Modern Test Automation With Playwright In Java](https://www.udemy.com/course/mastering-modern-test-automation-with-playwright-in-java/?referralCode=06560D474D519B88409D)
26
26
27
27
---
28
28
29
-
## Repository Structure
29
+
## Git Branches and Corresponding Udemy Course Modules
30
30
31
31
The branch structure of this repository follows the convention `sample-code/<module-name>`. Each branch corresponds to a module in the course and contains the sample code for that specific topic. Some of the module branches include:
32
32
33
-
-`sample-code/module-3-my-first-playwright-test`
34
-
-`sample-code/module-4-interacting-with-elements`
35
-
-`sample-code/module-6-browser-options`
36
-
-`sample-code/module-7-browser-contexts`
37
-
-`sample-code/module-10-assertions`
38
-
-`sample-code/module-14-parallel-execution`
39
-
-`sample-code/module-17-cucumber`
40
-
41
-
You can check out the branch for a specific module to view the corresponding sample code.
33
+
The table below maps each Git branch in this repository to its corresponding Udemy course module. Click the links to access the relevant lecture directly.
| Module 3 |`sample-code/module-3-my-first-playwright-test`|[My First Playwright Test](https://www.udemy.com/course/mastering-modern-test-automation-with-playwright-in-java/learn/lecture/46077299#overview)|
38
+
| Module 4 |`sample-code/module-4-interacting-with-elements`|[Interacting With Field Elements](https://www.udemy.com/course/mastering-modern-test-automation-with-playwright-in-java/learn/lecture/46649323#overview)|
0 commit comments