File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 12
12
< body >
13
13
< div id ="app ">
14
14
< 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 >
16
16
< div id ="docusign " class ="webform-iframe-container ">
17
17
< p > Web Form will render here</ p >
18
18
</ div >
Original file line number Diff line number Diff line change 61
61
name : ds_config
62
62
displayName : ' download ds_config.py'
63
63
inputs :
64
- secureFile : ' ds_config.py'
64
+ secureFile : ' python. ds_config.py'
65
65
66
66
67
67
- script : |
@@ -122,4 +122,13 @@ steps:
122
122
- script : |
123
123
docker stop $(docker ps -a -q)
124
124
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