Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README.md with instructions to run fitnesse and unit tests from IntelliJ IDE #1

Open
wpannell opened this issue Jan 21, 2017 · 1 comment

Comments

@wpannell
Copy link

Would be a time saver for those of us who would have to figure out how to follow the screencast without the required tools already in our back pocket.

@abd3lraouf
Copy link

abd3lraouf commented Jul 16, 2017

I think you can download fitnesse and launch it using the following command

  1. cd to project dir
  2. download fitnesse-standalone.jar and put it in project dir.
  3. run the command java -jar <fitnesse-standalone.jar> -p <8080> Note the last dot.

where
<fitnesse-standalone.jar> is the jar file name you downloaded from Fitnesse site
<8080> is port number

Example
java -jar fitnesse-standalone.jar -p 8080

Also you can watch this video by Uncle Bob himself about Fitnesse

Good luck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants