Skip to content

Commit

Permalink
Merge branch 'trharris/authenticateHttps' of https://github.com/Offic…
Browse files Browse the repository at this point in the history
…eDev/microsoft-teams-library-js into trharris/authenticateHttps
  • Loading branch information
TrevorJoelHarris committed Apr 26, 2024
2 parents e15bbab + 18d2502 commit 9664063
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
23 changes: 20 additions & 3 deletions apps/teams-test-app/e2e-test-data/webStorage.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
{
"name": "webStorage",
"testCases":[{}]
}
"name": "WebStorage",
"platforms": "Web",
"version": ">2.22.0",
"hostSdkVersion": {
"web": ">2.16.0"
},
"checkIsSupported": {
"domElementName": "checkWebStorageCapability",
"expectedOutput": "webStorage is not supported"
},
"testCases": [
{
"title": "isWebStorageClearedOnUserLogOut function Call - Success",
"type": "callResponse",
"boxSelector": "#box_isWebStorageClearedOnUserLogOut",
"expectedAlertValue": "isWebStorageClearedOnUserLogOut called",
"expectedTestAppValue": "webStorage is cleared on user log out"
}
]
}
7 changes: 7 additions & 0 deletions tools/yaml-templates/android-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,10 @@ steps:
searchFolder: '$(Agent.BuildDirectory)/androidHost'
mergeTestResults: true
condition: or(succeededOrFailed(), eq(variables['Agent.JobStatus'], 'Canceled'))

- task: 1ES.PublishPipelineArtifact@1
displayName: 'Publish logs artifact'
inputs:
path: '$(Agent.BuildDirectory)/androidHost/apps/orangeandroid/androidTestArtifacts'
artifact: androidTestArtifacts-$(System.JobAttempt)
condition: always()

0 comments on commit 9664063

Please sign in to comment.