ecimionatto
15 years agoNew Contributor
maven plugin and datasinks
Is it possible to run tests that have datasinks using the maven plugin? I am running soapui tests using the plugin as a dependency on my project, but it fails when the soapui tests have datasinks.
<dependency>
<groupId>eviware</groupId>
<artifactId>maven-soapui-plugin</artifactId>
<version>2.5.1</version>
</dependency>
test
void test_project() {
runner.setProjectFile "soapui-project.xml"
runner.run()
}
<dependency>
<groupId>eviware</groupId>
<artifactId>maven-soapui-plugin</artifactId>
<version>2.5.1</version>
</dependency>
test
void test_project() {
runner.setProjectFile "soapui-project.xml"
runner.run()
}