Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about ready-api

Read more about ready-api

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)

Questions - ready-api

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 ...
test-img

Andreas Bradahl

kubernetes

ready-api

tekton

tekton-pipelines

Votes: 0

Answers: 1

Latest Answer

Try this: apiVersion: tekton.dev/v1beta1 kind: Task metadata: name: run-readyapi-tests spec: workspaces: - name: source mountPath: /project steps: - name: run-test-suite imag...
test-img

SYN

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...
test-img

iqoOopi

groovy

ready-api

Votes: 0

Answers: 1

Latest Answer

From official documentation: Enter RegexRequest.* so that the event is applied only to test items that start with RegexRequest. So in your case you could use .*XXX.*.
test-img

SiKing

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved