Skip to main content
Start of main content.
Kim Pepper headshot

Kim Pepper

Co-Founder & Tech Director

Location
Sydney
Drupal.org
kim.pepper
Social
kimb0oo

Kim is the co-founder and Technical Director of PreviousNext.

My blog posts

Automated Drupal Testing with Github Pull Requests

We are passionate about code quality. We want to make sure our code is well tested and confirms to standards at all times. If there is a bug, we want to know as soon as possible, so we can fix it and keep our code stable, well tested and bug free, even in early development versions.

Typical workflows use a git topic branch for development of each feature, and require code to be merged into a development branch before automated tests are run. The problem with this approach is it tests code after it has been reviewed and merged.

Using Jenkins for automated testing of Github pull requests, we can get one step closer to code quality nirvana.

by kim.pepper /