Skip to content

v1.3.0

Compare
Choose a tag to compare
@thiagodp thiagodp released this 14 Jul 05:24
· 58 commits to master since this release

New

  • Add recognition of references to the UI Element property value inside values of Variant sentences. See #44.
    For example:

    Then I see "Hello, {Username|value}"

    In the example above, whether {Username|value} is Bob, the sentence will become Then I see "Hello, Bob" when transformed into a Test Case sentence.

  • Add recognition of references to the UI Element property value inside values of Otherwise sentences. See #45.
    For example:

    UI Element: Age
    - format is "[0-9]+"
      Otherwise I see "Age must be a number. You have informed '{Age|value}'."

    In the example above, whether {Age|value} is AA, the sentence will become Then I see "Age must be a number. You have informed 'AA'." when transformed into a Test Case sentence.