python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Binding a Tekton Workspace directory to a VolumeMount
We have a Tekton pipeline from which we want to run our ReadyAPI test suites. We're using the official image from SmartBear (https://hub.docker.com/r/smartbear/ready-api-soapui-testrunner).
The image ...
Andreas Bradahl
Votes: 0
Answers: 1
ReadyAPI - How to filter by testStep name in TestRunListener.afterStep event handler Target
I'm trying to add a filter for the TestRunListener.afterSetp event handler. I want to filter it by the current testStep name. Let's say, testStep.Name.contains("XXX").
How can I get the curr...
iqoOopi
Votes: 0
Answers: 1