Skip to content

Commit

Permalink
Updated gavel
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Kliment committed May 25, 2015
1 parent aab17c2 commit 2c87f5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions ApiaryReportingApi.md
Expand Up @@ -21,13 +21,13 @@ HOST: http://api.apiary.io/
- ast (object, required) ... parsed blueprint ast
- sourcemap (object, optional) ... sourcemap from protagonist
- warnings (array, required) ... bleuprint parser warnings
- public (bool, `true`) ... True if test run results are public
- public (boolean, `true`) ... True if test run results are public
- agent (string) ... Who performed the test
- agentRunUuid (string) ... UUID v4 generated by the agent for particular test run identification
- hostname (string) ... Hostname of computer where test run was preformed. FQDN is not necessary.
- agentEnvironment (object, optional) ... Run agent environment data from CI, development, staging, production etc...
- startedAt (integer) ... Unix timestamp when test run started in UTC
- endedAt (integer) ... Unix timestamp when test run ended in UTC
- startedAt (number) ... Unix timestamp when test run started in UTC
- endedAt (number) ... Unix timestamp when test run ended in UTC
- status (string) ... Test run result
- Values
- `success`
Expand Down Expand Up @@ -252,13 +252,13 @@ HOST: http://api.apiary.io/
- _id (string) ... Unique object id. DO NOT USE IT WHEN CREATING! Used in post body only for purpose of testing this blueprint.
- testRunId (string) ... Reference to the parent test run identificator
- origin (object) ... Origin path (position, location) of the step in the blueprint AST
- uriTemplate (string) ... URI Template used as source for URL of this step
- filename (string) .. File name of original blueprint
- uriTemplate (string) ... URI Template used as source for URL of this step
- resourceGroupName (string) ... Group name
- resourceName (string) ... Resource name
- actionName (string) ... Action name
- exampleName (string) ... Example name
- duration (integer) ... Test duration in seconds
- duration (number) ... Test duration in seconds
- result (string) ... Result of step execution
- Values
- `passed`
Expand Down Expand Up @@ -458,4 +458,4 @@ HOST: http://api.apiary.io/
"resultData": {
}
}
```
```
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"coffee-script": "^1.9.1",
"drafter": "~0.2.5",
"file": "~0.2.2",
"gavel": "0.5.1",
"gavel": "0.5.2",
"glob": "^5.0.3",
"html": "~0.0.7",
"htmlencode": "~0.0.4",
Expand Down

0 comments on commit 2c87f5d

Please sign in to comment.