Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #3

Open
wants to merge 61 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
2ae024b
Set up CI with Azure Pipelines
vishalm Aug 31, 2021
83660a7
Update node-stage.yml for Azure Pipelines
vishalm Aug 31, 2021
ebcf668
Update index.html
vishalm Aug 31, 2021
18f43c8
Update index.html
vishalm Sep 1, 2021
9e6ed29
Update index.html
vishalm Sep 1, 2021
083fb0b
Update index.html
vishalm Sep 2, 2021
b608cab
Update index.html
vishalm Sep 2, 2021
77875b9
Update node-stage.yml for Azure Pipelines
vishalm Sep 2, 2021
05e87d1
Update README.md
vishalm Sep 7, 2021
ba5400a
Update index.html
vishalm Sep 7, 2021
dcc2e35
Update index.html
vishalm Sep 7, 2021
b4a2040
Update azure-pipelines.yml
vishalm Sep 8, 2021
133cbc2
Update azure-pipelines.yml
vishalm Sep 8, 2021
5b8983b
Updated the headline for Demo
vishalm Sep 8, 2021
7eb2cf8
Update index.html
vishalm Sep 12, 2021
f25f8b8
Create node-dev-deploy1.yml
vishalm Sep 12, 2021
b4aa1b2
Update node-dev-deploy1.yml for Azure Pipelines
vishalm Sep 12, 2021
8cde566
Update node-dev-deploy1.yml for Azure Pipelines
vishalm Sep 12, 2021
3b95100
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 12, 2021
a555b88
Update README.md
vishalm Sep 13, 2021
b98bff5
Updated the message
vishalm Sep 13, 2021
0188bf4
Updated the View
vishalm Sep 13, 2021
8aa5d58
Create Dockerfile
vishalm Sep 13, 2021
2139be1
Create .dockerignore
vishalm Sep 13, 2021
20b121f
Update index.html
vishalm Sep 13, 2021
2632b10
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 15, 2021
330259a
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 15, 2021
4a37625
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 15, 2021
1665a92
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 15, 2021
5cc222d
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 15, 2021
2fb3e7f
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 15, 2021
7fa6b4f
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 15, 2021
1d9b9c8
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 16, 2021
3813205
Update index.html
vishalm Sep 16, 2021
4fa821a
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 20, 2021
dcdbc39
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 20, 2021
e105d6c
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 20, 2021
b8a510c
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 20, 2021
f858ea6
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 20, 2021
8ddfaee
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 20, 2021
bf81cec
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 20, 2021
f2698a8
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 20, 2021
9696cc6
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 20, 2021
ec6cf4d
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 20, 2021
972c949
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 20, 2021
dd8dff7
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 20, 2021
9fc17d7
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 20, 2021
17922d3
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 20, 2021
49785bf
Update index.html
vishalm Sep 21, 2021
f906f0f
Added new service
vishalm Sep 25, 2021
a47e42d
Added demo endpoint
vishalm Sep 25, 2021
adb9144
Added demo endpoint
vishalm Sep 25, 2021
2b2beb2
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 25, 2021
dcf92d9
Added demo endpoint
vishalm Sep 25, 2021
4f0658f
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 25, 2021
19b3918
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 25, 2021
2eca535
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 25, 2021
632fedc
Updated service to print openshift info
vishalm Sep 25, 2021
7247a55
Update azure-pipelines.yml for Azure Pipelines
vishalm Sep 25, 2021
39c75f2
Update server.js
vishalm Sep 26, 2021
1a06aab
New commit
vishalm Sep 29, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update azure-pipelines.yml for Azure Pipelines
vishalm committed Sep 25, 2021
commit 2b2beb273918d4ac367ab9e17ddef87d51f68e20
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -77,6 +77,10 @@ stages:
npm install
npm run test.azd
displayName: 'Functional UI test'
- task: AllureGenerate@1
inputs:
resultsDir: 'mocha-wdio-demo/report/allure-results'
targetDir: 'allure-report/$(Build.BuildNumber)'

- task: PublishTestResults@2
inputs: