|
|
Summary
GrinderStone Eclipse plug-in is Grinder development environment (debugger for Grinder scripts is included).GrinderStone is extension for PyDev plug-in for developing Grinder scripts.
GrinderStone 1.0.2 has a full compatibility with Eclipse 3.2 (3.1.X, 3.1 and previous versions are not supported).
Configuration
GrinderStone is tested and should work with next configuration:
- JRE 1.5.0.04 (only for Eclipse running, you should indicate '-vm' command line parameter)
- Grinder 3.0 beta30
- Jython 2.1
- grinder.properties file should be configured and added to root of your project folder
- grinder.jar should be added to PYTHONPATH of your project
- you should add the similiar code to the end of script file which contains TestRunner class:
if __name__ == '__main__':
TestRunner().__call__() This code works only in debug mode and only in IDE.
Download
URLs for download latest release:
Credits
- GrinderStone is provided by Borislav Andruschuk (borislav.andruschuk@gmail.com) and covered by Eclipse Public License.
- Special thanks Andrey Isaev (aisaev@gmail.com) for quality assurance.
