Skip to content

Instantly share code, notes, and snippets.

@Lanuet
Created November 6, 2018 08:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lanuet/ef6350d2ee0d740b0ef216334e7d13f7 to your computer and use it in GitHub Desktop.
Save Lanuet/ef6350d2ee0d740b0ef216334e7d13f7 to your computer and use it in GitHub Desktop.
Building in workspace C:\Users\Teko\.jenkins\workspace\Demo_behave
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
Cloning the remote Git repository
Cloning repository git@git.teko.vn:qc/ui_test_behave.git
> git.exe init C:\Users\Teko\.jenkins\workspace\Demo_behave # timeout=10
Fetching upstream changes from git@git.teko.vn:qc/ui_test_behave.git
> git.exe --version # timeout=10
using GIT_SSH to set credentials ssh key
> git.exe fetch --tags --progress git@git.teko.vn:qc/ui_test_behave.git +refs/heads/*:refs/remotes/origin/*
> git.exe config remote.origin.url git@git.teko.vn:qc/ui_test_behave.git # timeout=10
> git.exe config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git.exe config remote.origin.url git@git.teko.vn:qc/ui_test_behave.git # timeout=10
Fetching upstream changes from git@git.teko.vn:qc/ui_test_behave.git
using GIT_SSH to set credentials ssh key
> git.exe fetch --tags --progress git@git.teko.vn:qc/ui_test_behave.git +refs/heads/*:refs/remotes/origin/*
> git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
> git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
Checking out Revision 8f3d9fb11de62d9ef5f58669a6096df52c5a8573 (refs/remotes/origin/master)
> git.exe config core.sparsecheckout # timeout=10
> git.exe checkout -f 8f3d9fb11de62d9ef5f58669a6096df52c5a8573
Commit message: "update requirements"
> git.exe rev-list --no-walk 8f3d9fb11de62d9ef5f58669a6096df52c5a8573 # timeout=10
[Demo_behave] $ cmd /c call "D:\Setup Applications\apache-tomcat-9\apache-tomcat-9.0.12\temp\jenkins5333897780221724996.bat"
C:\Users\Teko\.jenkins\workspace\Demo_behave>python -m behave tk_finance/features/GUI.feature
Feature: Sign in to the system # tk_finance/features/GUI.feature:2
@FM-1519
Scenario: Login to the system # tk_finance/features/GUI.feature:6
When Select database # tk_finance/features/steps/loginFm.py:44
When Type email # tk_finance/features/steps/loginFm.py:10
And Type password # tk_finance/features/steps/loginFm.py:15
Then Click Login # tk_finance/features/steps/loginFm.py:20
And Login success and text "Teko Product Template" shown # tk_finance/features/steps/loginFm.py:36
1 feature passed, 0 failed, 0 skipped
1 scenario passed, 0 failed, 0 skipped
5 steps passed, 0 failed, 0 skipped, 0 undefined
Took 0m3.015s
C:\Users\Teko\.jenkins\workspace\Demo_behave>exit 0
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level C:\Users\Teko\.jenkins\workspace\Demo_behave\reports to C:\Users\Teko\.jenkins\jobs\Demo_behave\htmlreports\login_5freport
Finished: SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment