result Element

The result element indicates the result of running a test function or for the whole test run.

The result can be one of the following values:

  • Passed
  • Failed
  • Stopped
  • Skipped

Attributes

When appearing inside a testfunction element.

Name Type Description
value String The outcome of the test

Inner Text

When appearing directly inside a testrun element.

The overall outcome of the test run.