Skip to content

Fitnesse Docker Container based on the Java 8 JRE Alpine base image

License

Notifications You must be signed in to change notification settings

itmagix/fitnesse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Usage ##Run docker run -ti -p 80:8080 -v <path on Docker host>:/opt/fitnesse/FitNesseRoot itmagix/fitnesse

##Example docker run -ti -p 80:8080 -v /home/itmagix/docker_data/fitnesse:/opt/fitnesse/FitNesseRoot itmagix/fitnesse

#What is FitNesse? Start here. A Two-Minute Example

##What is FitNesse? FitNesse is a software development collaboration tool Great software requires collaboration and communication. FitNesse is a tool for enhancing collaboration in software development.

FitNesse enables customers, testers, and programmers to learn what their software should do, and to automatically compare that to what it actually does do. It compares customers' expectations to actual results.

It's an invaluable way to collaborate on complicated problems (and get them right) early in development.

(The above description is adapted from James Shore's description of Ward Cunningham's Fit Framework, which is one of the test systems upon which FitNesse depends.)

###FitNesse is a software testing tool. From another perspective, FitNesse is a lightweight, open-source framework that makes it easy for software teams to:

Collaboratively define Acceptance Tests, web pages containing simple tables of inputs and expected outputs. Run those tests and see the results (see Two Minute Example).

###FitNesse is a wiki. You can easily create and edit pages. (See Editing Pages.)

###FitNesse is a web server. It requires no configuration or setup. Just run it and then direct your browser to the machine where it is running (see Downloading and Installing).

Want a quick introduction? Check out the Two Minute Example.

About

Fitnesse Docker Container based on the Java 8 JRE Alpine base image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages