Releases: fhoeben/sample-fitnesse-project
Example test project for Tiësta, July 3rd Utrecht
This release is especially created to be used during the Tiësta organised by InnSpire and RisQIT on July 3rd in Utrecht.
It offers a '.zip' based on the standard sample project, with the empty boilerplate test project replaced with sample tests to be used during the workshop.
To get started:
- ensure you have a Java runtime (SDK works but is not required): https://www.java.com/en/download/
- ensure you have Chrome: https://www.google.com/chrome/
- just download the
.zip
from the bottom of this page, - extract it (to a location without spaces in the path) and
- run it (using '
java -jar fitnesse-standalone.jar -p 9090
') from the directory where the '.zip' was extracted. - On Linux only ('.zip' contains this for Windows and macOS):
- Download chromedriver and extract as
webdrivers/chromedriver-linux-64bit
below the directory where the '.zip' was extracted - Ensure extracted file is executable
- Download chromedriver and extract as
After unpacking the zip, and starting the wiki, the tests can be opened at: http://localhost:9090/TiestaSuite.Ja.
General information on the features of hsac-fitnesse-fixtures, and example tests, can be accessed locally at:
http://localhost:9090/HsacExamples.
Test tooling workshop samples
This release is especially created to be used during the meetup Hands-on test tooling workshops by bol.com and VX Company. It offers the 'standalone.zip' based on the standard sample project, with the empty boilerplate test project replaces with sample tests to be used during the meetup.
To get started (assuming you have a Java runtime installed):
- just download the standalone.zip,
- extract it (to a location without spaces in the path) and
- On Linux only ('standalone.zip' contains these for Windows and macOS):
- Download chromedriver and extract as
webdrivers/chromedriver-linux-64bit
- Download PhantomJS and extract as
webdrivers/phantomjs-linux-64bit
- Ensure both extracted files are executable
- Download chromedriver and extract as
- run it (using '
java -jar fitnesse-standalone.jar -p 9090
') from the directory where the 'standalone.zip' was extracted.
After unpacking the zip, and starting the wiki the tests can be opened at: http://localhost:9090/TestToolingWorkshop.
General information on the features of hsac-fitnesse-fixtures, and example tests, can be accessed locally at:
http://localhost:9090/HsacExamples.