MakeGood 2.0.0

Add this URL to your Eclipse Installation to reach this Solution's Update Site.
More Info


Categories:
Login or register to tag items

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.

Click here to see the original size.

Features

  • Runs tests when a file is saved. (Autotest)
  • 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.
  • Debugs a test.
  • Reruns the last test.
  • 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

Additional Details

  • Version Number: 2.0.0
  • Eclipse Versions: Indigo (3.7) or Helios (3.6)
  • Organization: Piece Project
  • Date Created: 03/03/2010
  • Date Updated: 24/05/2012
  • Development Status: Production/Stable
  • License: EPL
  • Submitted by: matsufuji Mising name
  • This listing has been installed 124 times in the last 30 days.

Reviews

Add a Review

Very Promising

Very much looking forward to this working for Eclipse 3.6. The views and launch choices are exactly what I'm looking for - better even than Zend Studio's! Couldn't get it fully working due to a couple of exceptions at the moment, but hopefully will be fixed up soon.

Very nice!

Working perfectly once you understand your test files must end in .Test.php (capital T). Allows to run tests each time you save a file, allows to debug tests just like regular php code... Very good plugin.