Maven Soapui Plugin with json assertions does not work well in junit test
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Maven Soapui Plugin with json assertions does not work well in junit test
Maven Soapui Plugin with json assertions does not work well when i use last respository version in a maven project:
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-maven-plugin</artifactId>
<version>5.1.3</version>
Logs:
17:37:26,465 ERROR [TestAssertionRegistry] Missing assertion for type [JsonPath RegEx Match]
17:37:26,482 ERROR [TestAssertionRegistry] Missing assertion for type [JsonPath Count]
When will it be released 5.1.2 version to be able to use this type of assertion?
A lot of thanks!!!!!
Cristian Romero Matesanz
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There won't be any new versions of SoapUI Pro, instead you can use Ready! API SoapUI NG Pro which you could access like this. (SoapUI Pro licenses are valid for Ready! API SoapUI NG Pro)
<groupId>com.smartbear</groupId> <artifactId>ready-api-maven-plugin</artifactId> <version>1.4.1</version>
I hope this helps!
Joel Jonsson
SmartBear Stockholm Developer
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
is it still valid for Ready!API 1.8.0?
i have license for that on my desktop and license for SoapUI Pro 5.0.0 on build agents
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, SoapUI Pro licenses works for Ready! API 1.8 as well.
Joel Jonsson
SmartBear Stockholm Developer
