Merge "Dump the play part from katacoda scenatio too"
[functest-xtesting.git] / README.md
index b5b2984..3189ad0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -235,4 +235,27 @@ Publish your container on your local registry
 sudo docker push 127.0.0.1:5000/weather
 ```
 
+### play
+
+Jenkins is accessible via http://127.0.0.1:8080 and you can identify yourself
+as admin to be allowed to trigger a build:
+- login: admin
+- password: admin
+
+The default Jenkins view lists all the Jenkins jobs. You can easily find your
+main job, weather-latest-daily, via the Jenkins view named weather.
+
+You're ready to start a new build of weather-latest-daily without changing
+the default parameters.
+
+The test case is executed after a few seconds and all the test outputs are
+accessible via the console icons. If you open the
+weather-127_0_0_1-weather-latest-humidity-run, you will first read:
+- the test output highlighting its status
+- a link to the test database where its results are stored
+- a couple of links to its artifacts automatically published
+
+A zip file dumping all test campaign data is printed in the
+weather-latest-zip console.
+
 ### That's all folks!