Skip to content

Commit

Permalink
Docs updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
twometresteve committed May 2, 2024
1 parent 93fad41 commit 4135ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Mock_Server.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ The mock server provides a number of endpoints for test fixture to use:
- `/logs` - provides a mechanism for recording and checking log messages
- `/command` and `/commands` - provides a mechanism for feeding instructions and any other information to the test fixture using only HTTP requests instigated by the test fixture. Essential for platforms that either do not support Appium, or render in such a way that elements are not accessible. See [Mock Server](./Commands.md) for more information,
- `/metrics` - provides a mechanism for collecting arbitrary metrics from a test fixture, collating and writing them to a CSV file at the end of a run.
- `/docs' - a document server, just set Maze.config.document_server_root to the file location you want to server documents from.

0 comments on commit 4135ad2

Please sign in to comment.