- Revision
- 1086
- Author
- paul
- Date
- 2009-02-15 15:42:06 -0600 (Sun, 15 Feb 2009)
Log Message
expand on the README alittle
Modified Paths
Diff
Modified: sandbox/jbehave-web/examples/trader-web/README.txt (1085 => 1086)
--- sandbox/jbehave-web/examples/trader-web/README.txt 2009-02-15 21:40:34 UTC (rev 1085) +++ sandbox/jbehave-web/examples/trader-web/README.txt 2009-02-15 21:42:06 UTC (rev 1086) @@ -23,8 +23,15 @@ Input textual scenario in textarea and click on Run Scenario link. -An example of trader scenario to input (you can cut & paste) can be found in src/main/resources. +Examples of trader scenarios to input (you can cut & paste) can be found in src/main/resources/ +Or Copy/paste the following in:- + Given a stock of prices 0.5,1.0 and a threshold of 10.0 + When the stock is traded at 5.0 + Then the alert status should be OFF + When the stock is traded at 11.0 + Then the alert status should be ON + Note: src/main/webapp only contains the custom resources that override the default ones contained in jbehave-web-waffle. So, e.g. to change override default style, only src/main/webapp/style/jbehave.css needs to be added. Similary, to change home page template, only src/main/webapp/ftl/home.ftl is needed. If any of
To unsubscribe from this list please visit: