Skip to content

Commit

Permalink
update api documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hannaeko committed Nov 21, 2022
1 parent bba2d62 commit 3e0cc4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ The object has three keys, `"module"`, `"message"` and `"level"`.
* `"module"`: a string. The *test module* that produced the result.
* `"message"`: a string. A human-readable *message* describing that particular result.
* `"level"`: a [*severity level*][Severity level]. The severity of the message.
* `"testcase"`: a string. The *test case ID* of the *test case* that produced the result.

Sometimes additional keys are present.

Expand Down Expand Up @@ -995,6 +996,8 @@ An object with the following properties:
* `"params"`: See below.
`start_domain_test` when the *test* was started.
* `"results"`: A list of [*test result*][Test result] objects.
* `"testcase_descriptions"`: A map with the test case IDs as keys and the
translated descriptions of the corresponding the test cases as values.

If the test was created by [`start_domain_test`][start_domain_test] then `"params"`
is a normalized version `"params"` object sent to [`start_domain_test`][start_domain_test]
Expand Down

0 comments on commit 3e0cc4d

Please sign in to comment.