Skip to content

Feature/to contain

Rafael Corrêa Chaves requested to merge feature/toContain into development

Check if expect value contains parts of the assertion. This will act differently depending on what it receives:

  • object: will check if contain an array of keys
  • array: will check if it contains values
  • string: will check if it contains text

Merge request reports