Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The property contains the test pipeline as value. Such a test pipeline could look like this:

Code Block
languageyaml
pipeline:
  - test:
      assertTrue(false)

...