From 1cfe3e3c02e5e774fd1c868b5d71cc4445d913d0 Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Wed, 5 Jul 2023 16:37:10 +0200 Subject: [PATCH] Dump the play part from katacoda scenatio too MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit https://raw.githubusercontent.com/collivier/katacoda-scenarios/main/xtestingci/firstdriver/play.md Co-authored-by: Cédric Ollivier Change-Id: Ieb79f1b2de253f659c68fc44c9ece020f2b55581 Signed-off-by: guillaume.lambert Signed-off-by: Cédric Ollivier --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index d909db9f..6c86b46d 100644 --- 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! -- 2.16.6