Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
15 replies
Subscribers
9 subscribers
Views
10308 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Has anyone implemented Fitnesse for Appian on a Linux environment? I have set u
Forrest Richardson
Certified Lead Developer
over 8 years ago
Has anyone implemented Fitnesse for Appian on a Linux environment? I have set up both Jenkins and Fitness running on Ubuntu 14.04 and everything is running smoothly thus far but would like to avoid any issues that may come up. I was worried the ubuntu browser (firefox) may be buggy with Appian since it is not supported but it seems to be running well.
OriginalPostID-215593
OriginalPostID-215593
Discussion posts and replies are publicly visible
Parents
0
Mark
over 8 years ago
Thanks! I ended up stealing the java command from the .bat file to start it:
java -jar lib/fitnesse-standalone.jar -p 8980 -d /appian/fitnesse/ -e 0 -f configs/custom.properties
The issue I have now is that tests don't execute as they struggle to find the browser drivers:
__EXCEPTION__:java.lang.IllegalStateException: The driver executable does not exist: /appian/fitnesse/null\\lib\\drivers\\chromedriver.exe
It seems to want to mix up linux directory notation with windows but I can't find where that's set. I updated the custom.properties but it didn't seem to take.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Mark
over 8 years ago
Thanks! I ended up stealing the java command from the .bat file to start it:
java -jar lib/fitnesse-standalone.jar -p 8980 -d /appian/fitnesse/ -e 0 -f configs/custom.properties
The issue I have now is that tests don't execute as they struggle to find the browser drivers:
__EXCEPTION__:java.lang.IllegalStateException: The driver executable does not exist: /appian/fitnesse/null\\lib\\drivers\\chromedriver.exe
It seems to want to mix up linux directory notation with windows but I can't find where that's set. I updated the custom.properties but it didn't seem to take.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data