Open miguelalba opened 4 years ago
Are you on MacOSX?
Some solutions might be in https://github.com/3D-e-Chem/knime-testflow/issues/3
Yes. So I get that I would need to run it with this profile?
<profiles>
<profile>
<id>macosx</id>
<activation>
<os>
<name>mac os x</name>
<family>mac</family>
</os>
</activation>
<properties>
<tycho.test.jvmArgs>-XstartOnFirstThread</tycho.test.jvmArgs>
<custom.UIThread>false</custom.UIThread>
</properties>
<build>
</build>
</profile>
Yep, for example in https://github.com/3D-e-Chem/knime-silicos-it/blob/master/tests/pom.xml#L138-L153 it is used and the workflow tests work on Travis CI
Hi!
I am sorry if this issue has already been reported. I looked in the closed issues and could not find it. I am following the example from the readme.
In my test method I have
This is a simple workflow with only three nodes but the TestFlowRunner does not execute, it fails at the beginning of the runTestWorkflow method: https://github.com/3D-e-Chem/knime-testflow/blob/34348fc2c41b28632216e945cefd93b538bc32f2/plugin/src/java/nl/esciencecenter/e3dchem/knime/testing/TestFlowRunner.java#L80
The full trace is: