Continuous Integration with JavaScript

preview_player
Показать описание
In this webinar you will learn about building and deploying JavaScript applications with TeamCity, JetBrains’ CI and deployment tool. Wes explains why we need CI and then covers the whole workflow for the modern JavaScript application: building the app, linting, unit testing and deployment. He uses tools like Gulp, SystemJS, TSLint and Karma during his demo, but in the same way you can configure any command-line tools to run on TeamCity.

00:00 - Why do we need Continuous Integration?
17:38 - Setting up the build process for JavaScript/TypeScript application using the command line
25:58 - Automating the build process with TeamCity
43:52 - Running unit tests on TeamCity
53:10 - Deploying the application
58:52 - Adding more tasks: Linting

Category: Webinars
Рекомендации по теме
Комментарии
Автор

The information is really helpful, though i have a question -
I am working on integrating a nodejs based api with teamcity having mocha as the test runner.
I was looking out for answers and found this video which gave me very good idea about teamcity
can you give me some idea about this as well, that how can I generate code coverage report in teamcity using mocha for writing test cases?

vishakagupta
visit shbcf.ru