How to remove assertions on a Groovy by type or name?
Hi: On a previous post I found that to remove assertions we can use: def assertionsList = testRunner.getTestCase().getTestStepByName("Test Request").getAssertionList() for( e in assertionsList){ ...