Dump the play part from katacoda scenatio too 64/74064/3
authorguillaume.lambert <guillaume.lambert@orange.com>
Wed, 5 Jul 2023 14:37:10 +0000 (16:37 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 16 Nov 2023 15:48:08 +0000 (16:48 +0100)
https://raw.githubusercontent.com/collivier/katacoda-scenarios/main/xtestingci/firstdriver/play.md

Co-authored-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Ieb79f1b2de253f659c68fc44c9ece020f2b55581
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
README.md

index d909db9..6c86b46 100644 (file)
--- a/README.md
+++ b/README.md
@@ -223,4 +223,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!