Set up GitLab CI in an Angular Application

preview_player
Показать описание
In this video, we will see how to set up a #GitLab CI in an #Angular application. In a production system, the continuous integration pipeline has many jobs. This video is an introductory one and we will see how to get started, how to build our #angular application in the #CI and how to run the unit tests in the #CI using a chrome headless browser.

******************************************************
Let's connect
******************************************************

#gitlabCI #angularGitLabCI #angularCIPipelineangular
Рекомендации по теме
Комментарии
Автор

Great video with clear steps and explanation, as always. Thank you

kosmant
Автор

Very simple & useful video to get someone started with Gitlab CI, thank you!

stathistsaras
Автор

Great tutorial. This video saved me so much time!

vanshineski
Автор

Thanks for this video, it provided me the clue I needed to continue with my development!

jaumecarling
Автор

Thanks for the content. I was wondering why do you prefer GitLab CI instead Github CI?

MPDY
Автор

wha tis the 'npm ci' ? Is that something in your package.json file or a built in to GitLab CI/CD?

edjm
Автор

Hello,
I just included the node modules in my .ignore file and used git gui and commited, it is reflecting in my account but it not opening,
It is mandatory to create that .yml file ?
To publish any angular application in gitlab..?

redlamaravind
Автор

Hi, im wondering if you really need to install chrome every test? Can i just do the test without the browser?

bryankasodu