We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6b921 commit 40abb1bCopy full SHA for 40abb1b
1 file changed
Jenkinsfile
@@ -47,7 +47,7 @@ bstack-local''',
47
pip3 install robotframework-seleniumlibrary --user
48
pip3 install browserstack --user
49
pip3 install webdriver_manager
50
- pip3 install robotframework-pabot
+ pip install robotframework-pabot
51
52
53
'''
@@ -58,6 +58,7 @@ bstack-local''',
58
if ( "${params.TEST_TYPE}".contains('parallel') ) {
59
sh '''
60
cd test
61
+ pip show robotframework-pabot
62
pabot --testlevelsplit --variable testType:bstack-single .
63
64
0 commit comments