1
00:00:00,930 --> 00:00:03,310
I think this video is going to be a very, very shocking video.

2
00:00:03,360 --> 00:00:08,610
I'm just going to show you, like, how we can avoid just commenting this kind of code while we execute

3
00:00:08,730 --> 00:00:10,620
one lead, this particular piece of text.

4
00:00:10,620 --> 00:00:12,690
So I'm just using a word of onely here.

5
00:00:12,810 --> 00:00:14,720
So this is the most important keyword.

6
00:00:15,060 --> 00:00:20,460
So if you have to this like this and if you want to execute only this particular test, then if you

7
00:00:20,460 --> 00:00:25,320
hit a dart near the end, you can see that it brings you different methods.

8
00:00:25,500 --> 00:00:28,040
And this onely is the method that I was talking about.

9
00:00:28,050 --> 00:00:30,050
So you can see that there's a skip method as well.

10
00:00:30,060 --> 00:00:38,310
You can specify the skip for the top test that you have this one, or you can use the only method to

11
00:00:38,310 --> 00:00:39,150
run the test.

12
00:00:39,420 --> 00:00:41,330
Only that particular test.

13
00:00:41,550 --> 00:00:48,540
So if I just specified this, you can see that it is actually running only that particular test, excluding

14
00:00:48,870 --> 00:00:51,570
the other test that we have got, which is pretty cool.

15
00:00:51,580 --> 00:00:55,240
I mean, we now have the ability to just run that particular test as well.

16
00:00:55,500 --> 00:01:01,230
So this is another way that you can really, really run the test in the playwright test runner and it

17
00:01:01,230 --> 00:01:03,750
runs the test for you, which is pretty cool.
