Skip to content

Commit 19ffa17

Browse files
authored
Update Jenkinsfile
1 parent b115cfe commit 19ffa17

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ bstack-local''',
4747
pip3 install robotframework-seleniumlibrary --user
4848
pip3 install browserstack --user
4949
pip3 install webdriver_manager
50+
pip3 install robotframework-pabot --user
5051
5152
5253
'''
@@ -57,7 +58,7 @@ bstack-local''',
5758
if ( "${params.TEST_TYPE}".contains('parallel') ) {
5859
sh '''
5960
cd test
60-
pip show robotframework-pabot
61+
6162
pabot --testlevelsplit --variable testType:bstack-single .
6263
'''
6364

0 commit comments

Comments
 (0)