Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amolenaar/workshop-testing
Workshop testing
https://github.com/amolenaar/workshop-testing
Last synced: 24 days ago
JSON representation
Workshop testing
- Host: GitHub
- URL: https://github.com/amolenaar/workshop-testing
- Owner: amolenaar
- Created: 2012-11-30T16:42:16.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-06T16:07:23.000Z (almost 12 years ago)
- Last Synced: 2024-05-01T13:19:44.505Z (6 months ago)
- Language: Java
- Size: 10.5 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Workshop testing
================Welcome to the agile testing workshop. In this project you'll be invited
to work with, and gain experience with FitNesse.Get this stuff up and running
-----------------------------The workshop application can be started via Ant as well as with Maven.
The Ant version can be ran off-line, given the dependencies are cached (they
are cached in a directory local-cache/).Ant
---To start the web server (the monopoly game) run
$ ant server
A webserver will be launched and listen to port 8080.
To start the FitNesse server run
$ ant fitnesse
FitNesse can be accessed via http://localhost:9000.
Maven
-----To start the server:
$ mvn jetty:run
To start fitnesse:
$ mvn -Pfitnesse test