mirror of
https://github.com/status-im/status-react.git
synced 2025-02-13 11:27:08 +00:00
9 lines
441 B
Groovy
9 lines
441 B
Groovy
node {sauce('6269510b-13f3-4019-b156-c2c835f3a408') {
|
|
try {sh 'cd test/appium/tests && /usr/local/bin/python3 -m pytest -m sanity --build ${JOB_NAME}__${BUILD_NUMBER} -v --dist=loadscope -n3'
|
|
}
|
|
finally {
|
|
saucePublisher()
|
|
junit testDataPublishers: [[$class: 'SauceOnDemandReportPublisher', jobVisibility: 'public']], testResults: 'test/appium/tests/*.xml' }
|
|
}
|
|
}
|