File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1212 < body >
1313 < div id ="app ">
1414 < div id ="webform-customer-app-area ">
15- < h1 id ="webforms-heading "> Embedded Webform Example </ h1 >
15+ < h1 id ="webforms-heading "> Embedded web form example </ h1 >
1616 < div id ="docusign " class ="webform-iframe-container ">
1717 < p > Web Form will render here</ p >
1818 </ div >
Original file line number Diff line number Diff line change 6161 name : ds_config
6262 displayName : ' download ds_config.py'
6363 inputs :
64- secureFile : ' ds_config.py'
64+ secureFile : ' python. ds_config.py'
6565
6666
6767- script : |
@@ -122,4 +122,13 @@ steps:
122122- script : |
123123 docker stop $(docker ps -a -q)
124124 docker rm $(docker ps -a -q)
125- displayName : ' stop python app'
125+ displayName : ' stop python app'
126+
127+ - script : |
128+ allure generate --clean --output $(Build.SourcesDirectory)/python-allure-output '$(Build.SourcesDirectory)/launcher-automation/target/allure-results'
129+ displayName : generate allure html reports
130+
131+ - task : PublishAllureReport@1
132+ displayName : ' Publish Allure Report'
133+ inputs :
134+ reportDir : ' $(Build.SourcesDirectory)/python-allure-output'
You can’t perform that action at this time.
0 commit comments