Skip to content
Merged
Changes from all commits
Commits
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
12 changes: 7 additions & 5 deletions libraries/browser-functional-tests/browser-tests-build-ci.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
#
# Run functional tests on browser bot deployed to Azure.
#

pool:
vmImage: 'vs2017-win2016'

trigger:
- master

pr:
- master

pool:
vmImage: 'vs2017-win2016'

variables:
TestResourceGroup: 'BrowserBotTest'
TestAppServicePlan: 'BrowserBotServicePlan'
TestWebApp: 'BrowserBotWebApp'
TESTURI: 'https://$(TestWebApp).azurewebsites.net/'
# AzureSubscription: define this in Azure

steps:

Expand Down