Skip to main content
CF

End to End Test Automation with Playwright (JS/TS/C#/Java)

10h 24m 42s
English
Paid

Learn how to build end‑to‑end tests with Playwright. You start from the basics and move into real project work. This course helps you test modern and legacy web apps with clear steps and hands‑on work.

You write tests in JavaScript, TypeScript, Java, or C#. Playwright runs on macOS, Windows, Linux, and containers. You work with the same tools that many teams use in production.

What You Learn

  • Playwright setup and core ideas in JS
  • How to work with pages, locators, and waits
  • Common UI tasks like clicks, forms, and navigation
  • Playwright Test Runner and Folio in TS
  • Modern features such as trace viewer and codegen
  • Guided labs to practice each topic
  • How to design test frameworks in JS
  • How to use Playwright with C#
  • How to use Playwright with Java
  • How to build full frameworks in TS, Java, or C#

How This Course Helps You

You write tests step by step. You learn how to debug them and how to run them in CI. You build skills that fit real test suites and team workflows.

Who This Course Is For

This course is for you if you want to write stable browser tests or build test frameworks. It works well for new testers, devs who test, and anyone moving to Playwright.

About the Author: Udemy

Udemy thumbnail

Udemy is the largest open marketplace for online courses on the internet. Founded in 2010 by Eren Bali, Oktay Caglar, and Gagan Biyani and headquartered in San Francisco, the company went public on the Nasdaq in 2021 under the ticker UDMY. The platform hosts well over two hundred thousand courses across software development, IT and cloud, data science, design, business, marketing, and creative skills, taught by tens of thousands of independent instructors. Roughly seventy million learners use it worldwide, and the corporate arm — Udemy Business — supplies a curated subset of that catalog to enterprise customers.

Because Udemy is a marketplace rather than a single editorial publisher, the catalog is uneven by design. The strongest material lives in the long-form, project-based courses authored by working engineers — full-stack JavaScript, React, Node.js, Python data science, AWS, Docker and Kubernetes, mobile development with Flutter and React Native, and cloud certification preparation. The CourseFlix listing under this source is the slice of that catalog that has been mirrored here for offline-friendly viewing, organized by topic and updated as new releases land. Pricing on Udemy itself swings dramatically with the site's near-permanent sales, which is why the platform is best treated as a deep reference catalog: pick instructors with strong reviews and a track record of updating their material rather than buying on the headline price alone.

Watch Online 112 lessons

This is a demo lesson (10:00 remaining)

You can watch up to 10 minutes for free. Subscribe to unlock all 112 lessons in this course and access 10,000+ hours of premium content across all courses.

View Pricing
0:00
/
#1: Introduction
All Course Lessons (112)
#Lesson TitleDurationAccess
1
Introduction Demo
10:21
2
Installing Playwright in MacOS (Same for Windows as well)
04:56
3
Writing Simple getting started code with Playwright
12:15
4
Working with Playwright CLI - An way to easily start automating in playwright
07:06
5
Working with Playwright Inspector with CodeGen
10:13
6
Understanding Playwright History
06:06
7
Summary
00:58
8
Introduction
04:32
9
Understanding Playwright Browser Interface
05:54
10
Understanding and working with BrowserContext
08:20
11
Understanding Playwright UI Locators and different ways to identify them
06:04
12
Working with different Locators
10:24
13
Understanding Playwright UI Controls
02:13
14
Recording UI Controls via Playwright CLI
05:41
15
Understanding Playwright way to handle UI controls (Button/Text/Checkbox/Select)
06:11
16
Playwright Auto wait and understanding Actionability
05:03
17
Debugging Playwright code like breeze
02:17
18
Breaking UI and verifying if Playwright auto-waits for the controls to appear
06:34
19
Summary
01:37
20
Introduction
02:19
21
Perform Simple Login Operation with EA Employee App (Skippable content)
06:29
22
Performing Mouse Hover operation
05:04
23
Performing File Upload operation
06:41
24
Cross-Browser Screenshot capture
04:56
25
Working with Jest Puppeteer Test Runner
08:47
26
Summary
00:50
27
Introduction to Playwright Test Runner
06:07
28
Understanding and Installing Playwright Test Runner
12:54
29
Understanding Folio - An custom Test runner framework
11:08
30
Accessing Test Fixture of Folio from Test (Spec) file
04:29
31
Real-Time usage of Folio Test Fixture with Playwright
03:41
32
Creating test fixture to extend BrowserOptions of Playwright
08:34
33
Creating test fixture to extend ContextOptions of Playwright
04:47
34
Assessing Folio Test Fixture as External file from Tests(Spec)
04:15
35
Understanding Custom Test Runner parameters in Folio
04:57
36
Creating custom Test runner parameters to run different browser test configs
11:12
37
Skipping Test based on conditions in Playwright Test Runner
08:44
38
Running ONLY specific Tests in Playwright Test Runner
01:04
39
Introduction
01:48
40
Page Tracing with Playwright
10:27
41
Page Tracing with Screenshot and specific category
04:58
42
Page Tracing and extract screenshot as output
06:15
43
Video Recording of Test execution
04:47
44
Generating PDF of Page
03:34
45
Using Chrome from your local machine instead of Chromium of Playwright
02:55
46
Browser Emulations with different device resolutions
06:22
47
Network Interception of Pages
07:50
48
Get Page Events and error logs from Chrome Dev Tools
07:38
49
Summary
00:49
50
Building our own Ad blocker with Network Interception
10:40
51
Intercepting API server to set Mock data
04:05
52
Intercepting API server to set Mock data and verify response
09:44
53
Intercepting Production site and check interception behaviour
05:47
54
Introduction
04:01
55
Get Cookies from Site
05:12
56
Set Cookies from Site
06:01
57
Data driven testing on EA Employee App site
06:38
58
Delete Dynamically created Row data from grid table
04:09
59
Extract grid table data from UI
06:18
60
Introduction
07:14
61
Page Object Model with Playwright (JS)
06:22
62
Page Object Model with Playwright (Contd)
06:36
63
Running Test with Playwright code
03:07
64
Introduction
05:04
65
Playwright Java setup with IntelliJ and writing simple test
08:39
66
Understanding Playwright Java binding indepth
07:04
67
Network Interception with Playwright
04:39
68
Framework browser Initialise and base structure creation
05:35
69
Framework Config creation
02:47
70
Framework Initialize creation
04:36
71
Putting all the pieces together and run the Playwright Test
03:26
72
Understanding and creating Page Object Model with Playwright Java
09:37
73
Running EA Employee App test with Page Object Model (POM)
03:42
74
Understanding and working with Page Navigation in Playwright
03:37
75
Running complete test in POM model
05:00
76
Creating custom configuration for the framework to read
03:55
77
Running test with Custom Configuration
03:11
78
Introduction
02:50
79
Installation and getting started with Cucumber
03:28
80
Implementing Step definition in cucumber
05:33
81
Creating Cucumber Hooks
03:38
82
Creating and working with DataTables
02:51
83
Creating Cucumber Table Model builder
07:24
84
Creating Cucumber Table transformers with @DataTableType annotations
03:35
85
Generating Cucumber reports
04:42
86
Introduction
03:29
87
Installing and writing simple code with Playwright C#
05:52
88
Understanding Playwright C# code
04:22
89
Network Interception with Playwright
06:10
90
Summary
01:01
91
Introduction
02:59
92
Creating Playwright C# Driver Method
06:37
93
Page Object Model with Playwright C# - HomePage
06:35
94
Page Object Model and Execution with Playwright C# - LoginPage
04:42
95
Understanding and fixing Async C# issues
06:06
96
BDD Specflow with Playwright C#
06:13
97
Specflow Step definition implementation and execution
07:03
98
Get Element property and resolving the async methods in Playwright C#
05:41
99
Implementing Specflow Hooks
08:12
100
Understanding Parallel execution of Playwright with NUnit and Specflow
02:40
101
Parallel execution of Playwright tests in Specflow
04:37
102
Introduction
02:08
103
CI/CD Code for GitHub Actions to execute the Playwright Test
10:09
104
Check-in code to GitHub Repo
03:47
105
GitHub Action - Code Execution with Playwright Test Runner command
10:07
106
GitHub Actions - Playwright Test with test artifacts
04:35
107
Azure DevOps - Repo creation/Build Pipeline creation/Execution
05:35
108
Azure DevOps - Playwright Folio with Browser params
03:17
109
Introduction
01:20
110
Working with iFrames in Playwright
06:11
111
Working with Popup windows in Playwright
06:03
112
Playwright Test Runner now inbuilt within Playwright Package and New features !
07:18
Unlock unlimited learning

Get instant access to all 111 lessons in this course, plus thousands of other premium courses. One subscription, unlimited knowledge.

Learn more about subscription

Course content

112 lessons · 10h 24m 42s
Show all 112 lessons
  1. 1 Introduction 10:21
  2. 2 Installing Playwright in MacOS (Same for Windows as well) 04:56
  3. 3 Writing Simple getting started code with Playwright 12:15
  4. 4 Working with Playwright CLI - An way to easily start automating in playwright 07:06
  5. 5 Working with Playwright Inspector with CodeGen 10:13
  6. 6 Understanding Playwright History 06:06
  7. 7 Summary 00:58
  8. 8 Introduction 04:32
  9. 9 Understanding Playwright Browser Interface 05:54
  10. 10 Understanding and working with BrowserContext 08:20
  11. 11 Understanding Playwright UI Locators and different ways to identify them 06:04
  12. 12 Working with different Locators 10:24
  13. 13 Understanding Playwright UI Controls 02:13
  14. 14 Recording UI Controls via Playwright CLI 05:41
  15. 15 Understanding Playwright way to handle UI controls (Button/Text/Checkbox/Select) 06:11
  16. 16 Playwright Auto wait and understanding Actionability 05:03
  17. 17 Debugging Playwright code like breeze 02:17
  18. 18 Breaking UI and verifying if Playwright auto-waits for the controls to appear 06:34
  19. 19 Summary 01:37
  20. 20 Introduction 02:19
  21. 21 Perform Simple Login Operation with EA Employee App (Skippable content) 06:29
  22. 22 Performing Mouse Hover operation 05:04
  23. 23 Performing File Upload operation 06:41
  24. 24 Cross-Browser Screenshot capture 04:56
  25. 25 Working with Jest Puppeteer Test Runner 08:47
  26. 26 Summary 00:50
  27. 27 Introduction to Playwright Test Runner 06:07
  28. 28 Understanding and Installing Playwright Test Runner 12:54
  29. 29 Understanding Folio - An custom Test runner framework 11:08
  30. 30 Accessing Test Fixture of Folio from Test (Spec) file 04:29
  31. 31 Real-Time usage of Folio Test Fixture with Playwright 03:41
  32. 32 Creating test fixture to extend BrowserOptions of Playwright 08:34
  33. 33 Creating test fixture to extend ContextOptions of Playwright 04:47
  34. 34 Assessing Folio Test Fixture as External file from Tests(Spec) 04:15
  35. 35 Understanding Custom Test Runner parameters in Folio 04:57
  36. 36 Creating custom Test runner parameters to run different browser test configs 11:12
  37. 37 Skipping Test based on conditions in Playwright Test Runner 08:44
  38. 38 Running ONLY specific Tests in Playwright Test Runner 01:04
  39. 39 Introduction 01:48
  40. 40 Page Tracing with Playwright 10:27
  41. 41 Page Tracing with Screenshot and specific category 04:58
  42. 42 Page Tracing and extract screenshot as output 06:15
  43. 43 Video Recording of Test execution 04:47
  44. 44 Generating PDF of Page 03:34
  45. 45 Using Chrome from your local machine instead of Chromium of Playwright 02:55
  46. 46 Browser Emulations with different device resolutions 06:22
  47. 47 Network Interception of Pages 07:50
  48. 48 Get Page Events and error logs from Chrome Dev Tools 07:38
  49. 49 Summary 00:49
  50. 50 Building our own Ad blocker with Network Interception 10:40
  51. 51 Intercepting API server to set Mock data 04:05
  52. 52 Intercepting API server to set Mock data and verify response 09:44
  53. 53 Intercepting Production site and check interception behaviour 05:47
  54. 54 Introduction 04:01
  55. 55 Get Cookies from Site 05:12
  56. 56 Set Cookies from Site 06:01
  57. 57 Data driven testing on EA Employee App site 06:38
  58. 58 Delete Dynamically created Row data from grid table 04:09
  59. 59 Extract grid table data from UI 06:18
  60. 60 Introduction 07:14
  61. 61 Page Object Model with Playwright (JS) 06:22
  62. 62 Page Object Model with Playwright (Contd) 06:36
  63. 63 Running Test with Playwright code 03:07
  64. 64 Introduction 05:04
  65. 65 Playwright Java setup with IntelliJ and writing simple test 08:39
  66. 66 Understanding Playwright Java binding indepth 07:04
  67. 67 Network Interception with Playwright 04:39
  68. 68 Framework browser Initialise and base structure creation 05:35
  69. 69 Framework Config creation 02:47
  70. 70 Framework Initialize creation 04:36
  71. 71 Putting all the pieces together and run the Playwright Test 03:26
  72. 72 Understanding and creating Page Object Model with Playwright Java 09:37
  73. 73 Running EA Employee App test with Page Object Model (POM) 03:42
  74. 74 Understanding and working with Page Navigation in Playwright 03:37
  75. 75 Running complete test in POM model 05:00
  76. 76 Creating custom configuration for the framework to read 03:55
  77. 77 Running test with Custom Configuration 03:11
  78. 78 Introduction 02:50
  79. 79 Installation and getting started with Cucumber 03:28
  80. 80 Implementing Step definition in cucumber 05:33
  81. 81 Creating Cucumber Hooks 03:38
  82. 82 Creating and working with DataTables 02:51
  83. 83 Creating Cucumber Table Model builder 07:24
  84. 84 Creating Cucumber Table transformers with @DataTableType annotations 03:35
  85. 85 Generating Cucumber reports 04:42
  86. 86 Introduction 03:29
  87. 87 Installing and writing simple code with Playwright C# 05:52
  88. 88 Understanding Playwright C# code 04:22
  89. 89 Network Interception with Playwright 06:10
  90. 90 Summary 01:01
  91. 91 Introduction 02:59
  92. 92 Creating Playwright C# Driver Method 06:37
  93. 93 Page Object Model with Playwright C# - HomePage 06:35
  94. 94 Page Object Model and Execution with Playwright C# - LoginPage 04:42
  95. 95 Understanding and fixing Async C# issues 06:06
  96. 96 BDD Specflow with Playwright C# 06:13
  97. 97 Specflow Step definition implementation and execution 07:03
  98. 98 Get Element property and resolving the async methods in Playwright C# 05:41
  99. 99 Implementing Specflow Hooks 08:12
  100. 100 Understanding Parallel execution of Playwright with NUnit and Specflow 02:40
  101. 101 Parallel execution of Playwright tests in Specflow 04:37
  102. 102 Introduction 02:08
  103. 103 CI/CD Code for GitHub Actions to execute the Playwright Test 10:09
  104. 104 Check-in code to GitHub Repo 03:47
  105. 105 GitHub Action - Code Execution with Playwright Test Runner command 10:07
  106. 106 GitHub Actions - Playwright Test with test artifacts 04:35
  107. 107 Azure DevOps - Repo creation/Build Pipeline creation/Execution 05:35
  108. 108 Azure DevOps - Playwright Folio with Browser params 03:17
  109. 109 Introduction 01:20
  110. 110 Working with iFrames in Playwright 06:11
  111. 111 Working with Popup windows in Playwright 06:03
  112. 112 Playwright Test Runner now inbuilt within Playwright Package and New features ! 07:18

Related courses

Frequently asked questions

What is End to End Test Automation with Playwright (JS/TS/C#/Java) about?
Learn how to build end‑to‑end tests with Playwright. You start from the basics and move into real project work. This course helps you test modern and legacy web apps with clear steps and hands‑on work. You write tests in JavaScript…
Who teaches End to End Test Automation with Playwright (JS/TS/C#/Java)?
End to End Test Automation with Playwright (JS/TS/C#/Java) is taught by Udemy. You can find more courses by this instructor on the corresponding source page.
How long is End to End Test Automation with Playwright (JS/TS/C#/Java)?
End to End Test Automation with Playwright (JS/TS/C#/Java) contains 112 lessons with a total runtime of 10 hours 24 minutes. All lessons are available to watch online at your own pace.
Is End to End Test Automation with Playwright (JS/TS/C#/Java) free to watch?
End to End Test Automation with Playwright (JS/TS/C#/Java) is part of CourseFlix's premium catalog. A CourseFlix subscription unlocks the full video player; the course description, table of contents, and preview information are available to everyone.
Where can I watch End to End Test Automation with Playwright (JS/TS/C#/Java) online?
End to End Test Automation with Playwright (JS/TS/C#/Java) is available to watch online on CourseFlix at https://courseflix.net/course/end-to-end-test-automation-with-playwright-js-ts-c-java. The page hosts every lesson with the integrated video player; no download is required.