Popularity
5.0
Stable
Activity
0.0
Stable
606
37
52

Description

Kochiku is a distributed platform for test automation. It has three main components:

Code Quality Rank: L5
Programming language: Ruby
Tags: DevOps Tools    

Kochiku alternatives and similar gems

Based on the "DevOps Tools" category.
Alternatively, view Kochiku alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Kochiku or a related project?

Add another 'DevOps Tools' Gem

README

Kochiku - Distributed tests made easy

Kochiku is a distributed platform for test automation. It has three main components:

  • A web server, which lets you inspect builds and manage repositories
  • Background jobs that divide builds into distributable parts
  • Workers that run individual parts of a build

A single machine typically runs the web server and background jobs, whereas many machines run workers.

Use Kochiku to distribute large test suites quickly and easily. It's language agnostic; Use it for Ruby, Rails, Node.js, Ember, Java, C, C++ or anything else that runs in a unix environment.

Git integration

Kochiku currently integrates with git repositories stored in Github (including Github Enterprise) or Atlassian Bitbucket (formerly known as Stash). This lets Kochiku automatically run test suites for pull requests and commits to the master branch. Kochiku can also build any git revision on request.

Support for headless git servers is coming soon.

User Guide