You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.
Rob Olson edited this page Jan 30, 2014
·
9 revisions
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.
Git integration
Kochiku currently integrates with git repositories stored in Github (including Github Enterprise) or Atlassian 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.