jediwhale / fitsharp

Functional testing tools for .NET
http://fitsharp.github.io
Other
152 stars 73 forks source link

Execution log link missing when running with version 2.7.1 or later #180

Closed ingek closed 1 year ago

ingek commented 2 years ago

When running test suites with test pages under them I get the link to the execution log for the suite at the top of the page. But when going into the test history and select a single test page, there is no execution log there. This issue was introduced with version 2.7.1.

ingek commented 2 years ago

Seems like my issue was resolved by setting the slim port on the root fitnesse page: !define SLIM_PORT {8099} Any explanation on why that helps? Default is 1 (stdin/stdout) I think.