1
00:00:04,689 --> 00:00:09,700
If we look back at our pipeline, you'll see that it contains all the stages that we would expect a

2
00:00:09,700 --> 00:00:13,860
pipeline to contain, it has a built stage, it has a test stage.

3
00:00:14,110 --> 00:00:15,580
It also has a deployed state.

4
00:00:16,030 --> 00:00:22,900
Many applications nowadays are highly complex and cannot rely on a simple smoke test to tell if they

5
00:00:22,930 --> 00:00:28,450
work or not, because that will involve a lot of manual testing and we want to avoid manual testing

6
00:00:28,450 --> 00:00:29,430
as much as possible.

7
00:00:29,440 --> 00:00:35,200
So for that reason, in the next videos, we're going to focus on improving the CIA, the continuous

8
00:00:35,200 --> 00:00:41,860
integration pipeline, to ensure that what we are building and are trying to deploy matches our internal

9
00:00:41,860 --> 00:00:47,650
standards that we have in terms of good quality, but also in terms of automation testing that we can

10
00:00:47,650 --> 00:00:50,230
do before going there to deploy state.

