Initial Project
This commit is contained in:
15
.azure-devops/test.yml
Normal file
15
.azure-devops/test.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
parameters:
|
||||
- name: webView
|
||||
type: string
|
||||
default: "edge-chromium"
|
||||
steps:
|
||||
- task: CmdLine@2
|
||||
inputs:
|
||||
script: |
|
||||
echo Setting WebView Type: ${{ parameters.webView }}
|
||||
call npx office-addin-dev-settings webview manifest.xml ${{ parameters.webView }}
|
||||
call npx office-addin-dev-settings webview test/end-to-end/test-manifest.xml ${{ parameters.webView }}
|
||||
echo Running Tests
|
||||
npm run test
|
||||
echo Done running tests
|
||||
displayName: 'Run Tests'
|
||||
Reference in New Issue
Block a user