-
Notifications
You must be signed in to change notification settings - Fork 80
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
Issue executing test with goldenFile Test #472
Comments
TestTransformXML.zip |
@alexandrev Please change testFilePath mapping for mapper activity in mapperError.bwp to -
Use single quote instead of double quotes. We will add better error message in the next plugin release. You will also need to fix mock ouput xml files. Please refer - https://github.com/TIBCOSoftware/bw6-plugin-maven/wiki/Steps-To-Add-MockOutput |
BUG REPORT INFORMATION
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
Maven Plugin version: 2.7.0
Maven version: 3.3.3
Product : Either of TIBCO ActiveMatrix Businessworks 6 OR TIBCO Businessworks Container edition
Product version: BWCE 2.5.2
Component: Either of Maven Eclipse Plugin or Maven build plugin
Steps to reproduce the issue:
Additional environment details if any:
Describe the results you received:
[INFO] Total time: 53.745 s
[INFO] Finished at: 2020-07-08T22:32:01+02:00
at java.io.File.(File.java:277)
at com.tibco.bw.maven.plugin.test.helpers.TestFileParser.collectAssertions(TestFileParser.java:139)
at com.tibco.bw.maven.plugin.test.rest.AssertionsLoader.loadAssertions(AssertionsLoader.java:61)
at com.tibco.bw.maven.plugin.test.rest.BWTestRunner.runTestsPerModule(BWTestRunner.java:114)
Describe the results you expected:
To execute the tests
Additional information you deem important (e.g. issue happens only occasionally):
It seems is it not able to get the file, it seems the expression object is not well retrieved by the TestFileParser I've tried with different paths (absolute, relative, with the doc () without it, with file:/// with a simple file:// all the situations fails with the same issue.
Regards,
The text was updated successfully, but these errors were encountered: