We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b115cfe commit 19ffa17Copy full SHA for 19ffa17
1 file changed
Jenkinsfile
@@ -47,6 +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 --user
51
52
53
'''
@@ -57,7 +58,7 @@ bstack-local''',
57
58
if ( "${params.TEST_TYPE}".contains('parallel') ) {
59
sh '''
60
cd test
- pip show robotframework-pabot
61
+
62
pabot --testlevelsplit --variable testType:bstack-single .
63
64
0 commit comments