-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fitnesse Test Report Data File Not Found. #19
Comments
Looks as though the unit test bundle is resolving to this location
when the xml is being saved to
I can get it to run by changing the |
Thanks for the detailed report. Looking at it. |
This likely could result when using the To resolve this just simply add the following to your Acceptance Unit Test Target's Build Settings. PODS_ROOT = ${SRCROOT}/Pods |
Closing this issue - The noted solution should be tried if encountering similar problems. Additional issues if this reoccurs welcome. 👍 |
I have followed the instructions from the README and added the AcceptanceTests target as dependency to the AcceptanceUnitTests. Then added the AcceptanceUnitTests to the main targets build so that its unit tests are run last to prevent the Xcode 8 error.
But for all tests, it can't seem to locate the Fitnesse-Test-Report.xml while running.
The kicker is, I see the xml file in the AcceptanceUnitTests.test bundle.
ERROR: Could not read data : The file "Fitnesse-Test-Report.xml" couldn’t be opened because there is no such file: Check your 'OCSlimProject' Acceptance Test target is being built. 1) Try running 'pod update' to resolve this issue. 2) Manually run Acceptance Tests using '$ ./LaunchFitnesse' located at your projects root directory and investigate any issues.
Does not resolve anything, and the tests work when launched from the command line.
Is there a path I need to update so the Unit Tests can find it?
The text was updated successfully, but these errors were encountered: