A GreenPepper project, inside Eclipse, is a JavaProject.
When you greenpepperised a Java project, you gain access to Run
To validate that your project developement code respect the example in the specifications, you create a new Run Configuration.
I. Run Configuration
The
Debug configuration works the same way.
Then create a new
GreenPepper Specification
- Project
Your eclipse project to launch the specification on.
- Repository UID
The remote Repository UID (None if local)
- Document Repository base URL
The Repository URL (Or directory path if local)
- Document Repository Class
- com.greenpepper.repository.FileSystemRepository for files
- com.greenpepper.runner.repository.AtlassianRepository for Jira/Confluence
- com.greenpepper.runner.repository.VFSRepository for zip ...
- Username
If Authentication is need for the Repository access
- Password
If Authentication is need for the Repository access
- Specification
The Specification name (Document name)
- Current Version
If versioning is handled, aim for the latest version of the document.
III. Results
Running the specification will give you a result like this one
Notice that the html result file was added to your project files.
IV. Text Result
If the window displayed shows html in a text format, check your Open With setting for the html file
You need the Browser support plugin to be able to see the html page inside an Eclipse Editor.