You are on page 1of 2

The recommended git tool is: NONE

using credential github


> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/richarda9/pet-clinic.git #
timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/richarda9/pet-clinic.git
> git --version # timeout=10
> git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials github
> git fetch --no-tags --force --progress -- https://github.com/richarda9/pet-
clinic.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 35f09ca66ed89e5a623b17594805b1d5d8c24d6c (master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 35f09ca66ed89e5a623b17594805b1d5d8c24d6c # timeout=10
Commit message: "Merge pull request #4 from richarda9/richarda9-patch-3"
+ chmod +x ui-tests.sh
+ ./ui-tests.sh
Invoking automated test cases in docker
Create report directory
Start Tests
Error: No such container: selenium-testsuite
latest: Pulling from devopsdojo/selenium-yb
256b176beaff: Pulling fs layer
ea47c37ce062: Pulling fs layer
5e5340d0c278: Pulling fs layer
4f329166a8b3: Pulling fs layer
1ccd7d247514: Pulling fs layer
5b89471d4609: Pulling fs layer
3eb8f5213682: Pulling fs layer
dd7f2f63faa7: Pulling fs layer
4f329166a8b3: Waiting
1ccd7d247514: Waiting
5b89471d4609: Waiting
3eb8f5213682: Waiting
dd7f2f63faa7: Waiting
5e5340d0c278: Verifying Checksum
5e5340d0c278: Download complete
256b176beaff: Verifying Checksum
256b176beaff: Download complete
ea47c37ce062: Verifying Checksum
ea47c37ce062: Download complete
5b89471d4609: Verifying Checksum
5b89471d4609: Download complete
3eb8f5213682: Verifying Checksum
3eb8f5213682: Download complete
dd7f2f63faa7: Verifying Checksum
dd7f2f63faa7: Download complete
1ccd7d247514: Verifying Checksum
1ccd7d247514: Download complete
4f329166a8b3: Verifying Checksum
4f329166a8b3: Download complete
256b176beaff: Pull complete
ea47c37ce062: Pull complete
5e5340d0c278: Pull complete
4f329166a8b3: Pull complete
1ccd7d247514: Pull complete
5b89471d4609: Pull complete
3eb8f5213682: Pull complete
dd7f2f63faa7: Pull complete
Digest: sha256:984d414c047e2524a69281193030b669c1b35f0f8caffcd9f20a63b9faaf7863
Status: Downloaded newer image for devopsdojo/selenium-yb:latest
docker.io/devopsdojo/selenium-yb:latest
f691663de4ddf6f106913ddb70593cf60e6eed66072eb7bc7ff786cdebb696db
**Setup testing parameter for **
**Test Target: **
Calling script to create virtual display
***Starting up the Virtual Frame Buffer on Screen 1***
Result-Start
==============================================================================
PetclinicTestCases
==============================================================================
PetclinicTestCases.Petclinic
==============================================================================
CheckDashboardPETClinic | PASS |
------------------------------------------------------------------------------
CheckHomePage | PASS |
------------------------------------------------------------------------------
CheckFindOwners | PASS |
------------------------------------------------------------------------------

You might also like