Skip to content

Commit

Permalink
Specified session events to perform and complete observations
Browse files Browse the repository at this point in the history
- added event specification to session event types documentation
  • Loading branch information
FritzHeiden committed May 27, 2020
1 parent e8e51f6 commit 3a24dc8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tools/wave/docs/rest-api/sessions-api/event-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,18 @@ the provided token.
**Payload**: `"<String>"`
Contains the test case that completed.
**Description**: Triggered when the test runner received a result for a test.

## Perform Observation

**Type identifier**: `perform_observation`
**Payload**: `"<Object>"`
An object, that contains information on how perform an observation.
**Description**: Triggered by a test that needs an external observation.

## Observation Completed

**Type identifier**: `observation_completed`
**Payload**: `"<Object>"`
An object, that contains information about a requested observation and its results.
**Description**: Triggered by an external framework that completed processing
a requested observation.

0 comments on commit 3a24dc8

Please sign in to comment.