Skip to content

Commit

Permalink
fix: Add recorder.type = 'process'
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilpin authored Jul 14, 2023
1 parent 9984d74 commit bfd437c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Metadata has the following attributes:
* **url** *Required* unique URL of the client.
* **version** *Optional* version of the client.
* **recorder** *Required* information about the method which was used by the client to record the scenario.
* **type** *Required* type of the recording method. Should be consistent across languages and clients. Options: `tests, requests, remote`.
* **type** *Required* type of the recording method. Should be consistent across languages and clients. Options: `tests, requests, remote, process`.
* **name** *Required* name of the recording method. This name must be unique to the client, but need not be unique across different clients.
* **recording** *Optional* information about the entry-point function which was recorded.
* **defined_class** *Required* name of the class which defines the entry-point function.
Expand Down

0 comments on commit bfd437c

Please sign in to comment.