1
00:00:00,180 --> 00:00:04,720
Hi, guys, welcome to the next section of our intent to start with playwright course, and in this

2
00:00:04,720 --> 00:00:10,560
section we are going to talk about some of the playwrights modern features for modern app testing.

3
00:00:10,560 --> 00:00:15,870
So this is another cool way of seeing one of the new feature which the playwright is going to bring

4
00:00:15,870 --> 00:00:21,450
us and what are the things that we can really make use of which most of the automation testing tool

5
00:00:21,630 --> 00:00:23,430
at the moment doesn't really support.

6
00:00:23,790 --> 00:00:29,400
Like every time while we open a page, we always have some sort of a performance metrics, which is

7
00:00:29,400 --> 00:00:34,920
also helpful for us to trace and see what is really happening behind the scene while the application

8
00:00:34,920 --> 00:00:35,340
lowers.

9
00:00:35,340 --> 00:00:40,390
What is the performance of the app behavior and what is going to be some key metrics that we really

10
00:00:40,410 --> 00:00:44,190
required to deliver during our performance of our application testing?

11
00:00:44,370 --> 00:00:50,670
We can do all sorts of things using that tracing via chrome dev tools so those things we can actually

12
00:00:50,670 --> 00:00:53,250
capture directly from the playwright itself.

13
00:00:53,280 --> 00:00:54,650
So this is really, really awesome.

14
00:00:54,660 --> 00:00:55,680
We can do that from here.

15
00:00:55,830 --> 00:01:01,800
Also, some of the other cool things that we can do is like we can also capture the videos of our application,

16
00:01:02,580 --> 00:01:04,710
which has been running during the automation testing.

17
00:01:04,710 --> 00:01:11,310
We can also generate Piaf's while we really require and need to see what's going to happen if a particular

18
00:01:11,310 --> 00:01:13,730
test is executing and how that page is going to look like.

19
00:01:13,740 --> 00:01:16,860
So those things, we can do it as well as nice for reporting if you want.

20
00:01:17,010 --> 00:01:24,390
And also we can emulate our browsers and applications for different environments and different platforms

21
00:01:24,390 --> 00:01:25,320
like how it looks like.

22
00:01:25,330 --> 00:01:27,960
So these are the things that we are going to be discussing in this section.

23
00:01:28,170 --> 00:01:31,740
So this section is more like we are going to dig into some of the modern features of the player it is

24
00:01:31,740 --> 00:01:32,550
going to offer us.

25
00:01:32,550 --> 00:01:36,690
And these are the things that we really require for our testing as well to kill ourselves.

26
00:01:36,840 --> 00:01:39,840
At the same time, these skills can be utilized at our work.

27
00:01:39,870 --> 00:01:44,070
This is going to enhance the way we are testing our application in a modern way, not like always the

28
00:01:44,070 --> 00:01:45,300
classical way of doing it.

29
00:01:45,450 --> 00:01:47,130
So let's get started in this section.
