Developers GuidelinesCode & CommitsPrimary repository is located here: https://github.com/undera/jmeter-plugins Every change must be noted in Changelog's "Next Release" section immediately after commit to track progress and mention changes in Changelog on release. See also BuildingFromSource Code must not contain @author tags, use Contributors page to mark your contribution instead Unit TestsCommitted code must be covered with unit tests. This practice helps us to maintain some quality level and avoid stupid bugs like NPEs in GUI. The easiest way to see the unit tests coverage is to run mvn cobertura:cobertura install command, and look into target/site/cobertura directories for HTML report. See also: codecov.io report GUI & UsabilityThere is strong tradition for the project to be convinient and obvious for users. That's come from our slogan. Every GUI should be designed carefully. Every plugin having GUI must have hyperlink to wiki and version mention. Please check also the PluginsGuiGuidelines DocumentationProject wiki pages are contained in the GitHub repository https://github.com/undera/jmeter-plugins/tree/master/site/dat/wiki. Documentation updates should be committed with actual code changes. Wiki pages should have screenshots demonstrating component GUI, images are stored in GitHub: https://github.com/undera/jmeter-plugins/tree/master/site/img/wiki There may not be undocumented features. This means every plugin must have its documentation page and links to that page from wiki Start page and corresponding plugin set page. Example Test PlansIt is good practice to provide an example test plan for complex and not too obvious components. Usually it is a JMX Test Plan file with instructions in comment fields. The example should be self-containing as much as possible, using Dummy Samplers to have predictable results. Take a look at existing example test plans to have idea how it should look like. Example test plans are committed into GitHub repository here: https://github.com/undera/jmeter-plugins/tree/master/examples Release Process
|
On this page:
|