Skip to content

Expression based filters #36

@LakiG

Description

@LakiG

The filter feature has a parameter - size, which validates the length of string/size of array/no of pairs in the object.
At the moment, it supports equality between the "filter" size and the "response" size.

Add support to define expression-based conditions in filter size (and other new parameters in future).

Example. A test case could be to pass only if the response size is greater than 2. The filter size can be defined as -

filter:
  size: size>2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions