1
00:00:01,390 --> 00:00:09,010
All right, so with some bugs, with our Foleo, while we are trying to execute the video option, I'm

2
00:00:09,010 --> 00:00:12,610
definitely sure this is going to happen even if I tried to run over here.

3
00:00:12,610 --> 00:00:19,390
But I'm just going to keep my fingers crossed and I'm going to be trying to execute the same test over

4
00:00:19,390 --> 00:00:21,490
here on my GitHub actions as well.

5
00:00:21,490 --> 00:00:24,600
And I will try to see if this code is going to work.

6
00:00:24,610 --> 00:00:27,220
So what I'm going to do is I'm going to go to the GitHub actions.

7
00:00:27,230 --> 00:00:30,100
I'm going to go view the workflow file.

8
00:00:30,520 --> 00:00:37,270
And what I'm going to do is like I'm going to add the additional upload artifact option, which is specified

9
00:00:37,420 --> 00:00:42,640
on the end of the step in the playwright aspect.

10
00:00:42,740 --> 00:00:45,040
So I'm just going to go over here.

11
00:00:45,880 --> 00:00:53,770
I'm going to use this useless option, which is going to be taking a creating an artifact and then it's

12
00:00:53,770 --> 00:01:00,430
going to put from the path test results and then is going to create the artifact as zip file for us

13
00:01:00,430 --> 00:01:02,110
once the testing situation is fully completed.

14
00:01:02,500 --> 00:01:08,440
So this is what is this particular command which is specified on the play right over here?

15
00:01:08,470 --> 00:01:13,120
This is exactly what I am trying to do instead of bacteriophage to have changes to test results.

16
00:01:15,750 --> 00:01:20,620
So I'm going to come out and say Outhred artifacts option.

17
00:01:22,170 --> 00:01:26,200
And before doing even that, I also need to add the severo, right?

18
00:01:26,220 --> 00:01:29,190
I mean, only if I create a video is going to create an artifact for us.

19
00:01:29,220 --> 00:01:30,420
If not, that's not going to work.

20
00:01:30,810 --> 00:01:33,360
So I just consider that.

21
00:01:33,930 --> 00:01:41,570
So it's going to create a video and then it is going to upload the videos for us on the artifact.

22
00:01:41,580 --> 00:01:44,430
That is the whole idea of having an artifact.

23
00:01:44,670 --> 00:01:50,100
I'm definitely not sure if that video is going to work for us or not because we saw that for some reason

24
00:01:50,340 --> 00:01:51,210
it was not working.

25
00:01:52,530 --> 00:01:56,430
The video wasn't not even playing because we have some failures.

26
00:01:56,430 --> 00:02:01,920
We're just trying to execute, but fingers crossed and trying to run that test and we'll see what's

27
00:02:01,920 --> 00:02:02,700
going to basically happen.

28
00:02:08,320 --> 00:02:08,860
There you go.

29
00:02:08,980 --> 00:02:14,680
Fortunately, there are four tests got passed this time and to discard Skip and one does not fail,

30
00:02:15,440 --> 00:02:21,460
which just this one, I think, on our normal execution on our machine was three days passed to the

31
00:02:21,640 --> 00:02:22,900
captain, to the Scott failed.

32
00:02:22,900 --> 00:02:26,050
At least that is an improvement on the Kitab action side.

33
00:02:26,240 --> 00:02:31,520
And you can see that it is actually passing on version 14 of Norges, but not on 10 and 12.

34
00:02:32,020 --> 00:02:37,300
This is the reason I actually added to The Matrix that it actually works for a specific version, but

35
00:02:37,300 --> 00:02:39,640
not for the other other versions.

36
00:02:39,640 --> 00:02:47,080
So you can see that in version number 14, all the discard passed and the other two discard failed on

37
00:02:47,080 --> 00:02:52,320
the 12 and 10, which is quite good to see that actually on this version.

38
00:02:52,720 --> 00:03:00,090
This is the artifact loading is passing verus on emotional intelligence, not even my machine.

39
00:03:00,100 --> 00:03:04,450
I think I have the older version and that's why it got failed.

40
00:03:04,930 --> 00:03:10,560
And the pass to the new version is actually working fine, which is a good news for us as well.

41
00:03:10,570 --> 00:03:11,680
I mean, I just know that.

42
00:03:12,340 --> 00:03:19,630
And now if I go back to my GitHub actions over here, this guy, uh, got past.

43
00:03:20,110 --> 00:03:22,920
So you can see that two of them got failed.

44
00:03:22,930 --> 00:03:24,130
One of them got passed.

45
00:03:24,130 --> 00:03:25,820
And there is a test artifact as well.

46
00:03:25,860 --> 00:03:30,280
So if I just open this artifact, you can see that the artifact has been downloaded for us.

47
00:03:30,700 --> 00:03:37,020
Just open this guy and there is the IR test, chromium Dynex, and we have three of them file.

48
00:03:37,390 --> 00:03:43,300
So if I just open this file, you can see that it has e actually executed the test and it is working

49
00:03:43,300 --> 00:03:45,520
fine as well, which is quite good.

50
00:03:46,000 --> 00:03:50,470
And if I just open the other one, this is there should be different version, I guess.

51
00:03:51,290 --> 00:03:52,300
So it's working fine.

52
00:03:52,780 --> 00:03:57,340
And similarly, if I just go to the test run or test.

53
00:03:59,240 --> 00:04:04,170
You can see that it has now added to the neo indited website as well, which is quite good.

54
00:04:04,190 --> 00:04:11,870
So it is working fine, version 14 of the node, and it's not working for version 10 and 12, which

55
00:04:11,870 --> 00:04:12,680
is quite good.

56
00:04:12,680 --> 00:04:18,380
And we could able to see that is working fine while we do the matrix option.

57
00:04:18,950 --> 00:04:19,670
So that's it, guys.

58
00:04:19,670 --> 00:04:27,410
This is how we can actually work with GitHub actions on integrating GitHub actions and integrating playwrite

59
00:04:27,650 --> 00:04:28,700
with GitHub actions.

60
00:04:29,300 --> 00:04:33,890
Mido next lecture by integrating playwrite with the WAPs.
