Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
InbarGazit committed Mar 13, 2024
2 parents abd0d5b + 472b217 commit de5016a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/templates/webforms/eg001_web_form_embed.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<body>
<div id="app">
<div id="webform-customer-app-area">
<h1 id="webforms-heading">Embedded Webform Example</h1>
<h1 id="webforms-heading">Embedded web form example</h1>
<div id="docusign" class="webform-iframe-container">
<p>Web Form will render here</p>
</div>
Expand Down
13 changes: 11 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ steps:
name: ds_config
displayName: 'download ds_config.py'
inputs:
secureFile: 'ds_config.py'
secureFile: 'python.ds_config.py'


- script: |
Expand Down Expand Up @@ -122,4 +122,13 @@ steps:
- script: |
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
displayName: 'stop python app'
displayName: 'stop python app'

- script: |
allure generate --clean --output $(Build.SourcesDirectory)/python-allure-output '$(Build.SourcesDirectory)/launcher-automation/target/allure-results'
displayName: generate allure html reports

- task: PublishAllureReport@1
displayName: 'Publish Allure Report'
inputs:
reportDir: '$(Build.SourcesDirectory)/python-allure-output'

0 comments on commit de5016a

Please sign in to comment.