Skip to content
KUBO Atsuhiro edited this page Nov 3, 2013 · 10 revisions

MakeGood - A continuous test runner for Eclipse PDT

MakeGood is a continuous test runner to run unit tests on Eclipse PDT.

MakeGood provides fast feedback by automated workflows for running tests, tracking failures and errors and fatal errors. This will help developers to do Test Driven Development (TDD) and Continuous Testing.

MakeGood View

Click here to see the original size.

Features

  • Runs tests when a file is saved. (Continuous Testing)
  • Automatically tracks failures, errors, and fatal errors.
  • Runs all tests.
  • Runs tests from the PHP Explorer, Package Explorer, and Outline, and other views.
  • Runs tests from the PHP Editor.
  • Runs inherited tests from the Test Outline view.
  • Debugs a test.
  • Reruns the last test.
  • Reruns the failed tests.
  • Stops the test run.
  • Stops on the first failure or error.
  • Specifies the test file pattern.
  • Can use the system include path when running tests.
  • Supports multibyte characters.
  • Supports CakePHP, CIUnit, PHPSpec, PHPUnit, and SimpleTest.
  • Supports Zend Debugger and Xdebug.

Requirements

Installation

Package Version Stability Release Date License
MakeGood 2.5.0 stable 2013-11-03 Eclipse Public License Release Notes

MakeGood can be installed from the Eclipse Marketplace Client or our Update Site eclipse.piece-framework.com.

For more information, see the User Guide

Documentation

Source

Browse Source Code

Browse Source Code

Git Access

git clone https://github.com/piece/makegood.git

Support

If you find a bug or have a question, or want to request a feature, create an issue or pull request for it on Issues.

Copyright

Copyright (c) 2009-2013 MATSUFUJI Hideharu <[email protected]>, 2009-2013 KUBO Atsuhiro <[email protected]>, 2009-2013 KUBO Noriko <[email protected]>, All rights reserved.

License

Eclipse Public License

Clone this wiki locally