-
Notifications
You must be signed in to change notification settings - Fork 73
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
Cant get fitsharp working on linux #163
Comments
Have you tried removing the %p from the command pattern? That seems to introduce defaultPath in the command, which might mess things up. |
I haven't tried fitnesse on linux yet but I was able to run fitSharp from terminal:
|
As long as you have mono and java installed, fitnesse works fine in Linux as well. I have run Testcases in Ubuntu using Chrome Browser(with out using docker image of fitnesse). Start the TestServer: ./launchTestCaseServer.sh which includes For Running Runner executable: TestSuite should have below global variables defined: |
@sgtobin Is your problem solved for Linux Setup ? or you are still facing same issue or some different issue? |
Tested successfully with netcore 3.1 and net 5.0 on linux |
Using this Suite.config file
Using the following docker file...
Run the container from powershell
Create the following test...
Get the following error...
The text was updated successfully, but these errors were encountered: