ContributionsMost RecentMost LikesSolutionsReadyApi maven plugin bug - contains assertions with text on 2 lines fails On Jenkins that is using ReadyApi maven plugin contains assertions with text on 2 lines are failing. Example of assertion that on ReadyApi passes and on MAven plugin fail: Contains: 1100000000 1200000000 Is there a workaround for this? Contains assertion failing when property are used - maven plugin When Contain assertion is using a property declared in a previous properties step, for example ${propkey#awwkey1}, the very same assertion that is passing when running in test runner, it fails when test runs using maven plug in in Jenkins. Also other Contains assertions are failing with the same content in Jenkins using ready Api maven plugin, and passing when run with test runner. java.lang.NoClassDefFoundError: oracle/xdb/XMLType error for tests run with Ready Api maven plugin I have a test suite with JDBC steps that it's failling in Jenkins that uses maven plugin with error java.lang.NoClassDefFoundError: oracle/xdb/XMLType even if I'm using the correct driver. The same driver is used in other projects that are not failing and also for the same suite, when it is run from test runner it is not failing.