Skip to content

Commit c3807a6

Browse files
committed
automating link on simulator page
1 parent 4d6bf36 commit c3807a6

File tree

1 file changed

+8
-0
lines changed
  • challenger/src/main/resources/content/practice-modes

1 file changed

+8
-0
lines changed

challenger/src/main/resources/content/practice-modes/simulation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,14 @@ If you want to explore the tool more then you could try the experiments below, o
308308
* any other `/sim/*` endpoints should respond with a 404
309309

310310

311+
## Automating Examples
312+
313+
The Simulator is a very simple set of endpoints to automate because it doesn't matter what order the tests run and the results are idempotent so they will always be the same.
314+
315+
I have created an example set of very simple Java `@Test` methods using RestAssured which automate the Simulator.
316+
317+
[Simulator Automated Execution Coverage](https://github.com/eviltester/thingifier/blob/master/challengerAuto/src/test/java/uk/co/compendiumdev/simulator/SimulatorHttpTest.java)
318+
311319
## Swagger OpenAPI File
312320

313321
You can download a simple Swagger [OpenAPI File for simulation mode](/sim/docs/swaggercd ..).

0 commit comments

Comments
 (0)