souravventuras / Class_PF_Testing

0 stars 0 forks source link

Integrating a CI System in the Development Process #94

Open sowadalmughni opened 7 years ago

sowadalmughni commented 7 years ago

Continuous Integration (CI) is a development practice that requires developers to integrate code into a shared repository several times a day. Each check-in is then verified by an automated build, allowing teams to detect problems early.

By integrating regularly, we can detect errors quickly, and locate them more easily.

To know more about it: https://www.thoughtworks.com/continuous-integration

Good option for us: http://webpack.github.io/ or https://jenkins.io/index.html