diff --git a/challenger/pom.xml b/challenger/pom.xml index 689b16f3..81bbe8c5 100644 --- a/challenger/pom.xml +++ b/challenger/pom.xml @@ -10,7 +10,7 @@ 4.0.0 challenger - 0.1 + 1.0 diff --git a/challenger/readme.md b/challenger/readme.md index b26f2e3a..7c27b3f6 100644 --- a/challenger/readme.md +++ b/challenger/readme.md @@ -14,13 +14,42 @@ If you visit the URL in a browser then you will see the GUI where you can: - browse the items in the application - see the API Challenges +You can run it in multi-user mode locally by using the command line parameter: + +`-multiplayer` + +e.g. + +- `java -jar apichallenges.jar -multiplayer` + +This could be useful for team workshops and learning sessions. + +## More information + +More information can be found at [eviltester.com/apichallenges](https://eviltester.com/apichallenges) + ## Challenges The challenges can be completed by issuing API requests to the API. e.g. `GET http://localhost:4567/todos` would complete the challenge to "GET the list of todos" -You can also `GET http://localhost:4567/challenges` to get the list of challenges and their status as an API call. +You can also `GET http://localhost:4567/challenges` to get the list of challenges and their status as an API call. + +## Version Tracking + +v1.0 - 20200727 + +- ready for initial public release +- fix bug to allow tracking of x-challenger session as a challenge + +v0.1 + +- initial development of challenges +- s3 storage of multi-user cloud challenge sessions +- file persistence for local release + +## How Tos diff --git a/challengerAuto/pom.xml b/challengerAuto/pom.xml index 050345f3..a8c17bf8 100644 --- a/challengerAuto/pom.xml +++ b/challengerAuto/pom.xml @@ -11,7 +11,7 @@ challengerAuto - 0.1 + 1.0 5.6.2 @@ -24,7 +24,7 @@ uk.co.compendiumdev.thingifier challenger - 0.1 + 1.0 test