Skip to content

Commit

Permalink
slightly clearer documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-hammant committed Oct 28, 2015
1 parent 0e837c1 commit 1ed9407
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/src/site/content/examples-modules.html
Expand Up @@ -24,7 +24,7 @@ <h2>Example Modules</h2>
<li>noughtsandcrosses: verifies GUI behaviours</li>
<li>spring-security: verifies Spring-based security behaviours</li>
<li>performance: verifies performance behaviour</li>
<li>threads: verifies multi-threading behaviour</li>
<li><a href="https://github.com/jbehave/jbehave-core/tree/master/examples/threads">threads</a>: verifies multi-threading behaviour</li>
<li>trader: contains stories verifying the behaviour of multiple functionalities of JBehave</li>
<li>trader-ant: runs trader example stories using Ant</li>
<li>trader-annotations: extends trader example verifying configuration via annotations</li>
Expand Down
5 changes: 5 additions & 0 deletions examples/threads/README.md
@@ -0,0 +1,5 @@
Have a look ath the <threads> element within the pom.xml of this example.

By default, two threads are going to execute stories. There are three stories, so two will go in parallel, followed by the third on its own.

If you do mvn install -Dthreads=1 you're overiding the <threads> setting of the pom file.

0 comments on commit 1ed9407

Please sign in to comment.