Specify Node version for AppVeyor builds. Indicate whether browser automation tests are running.

This commit is contained in:
Steve Sanderson 2017-09-06 11:12:16 +01:00
parent 9f88d16cc4
commit 4a4dcbab3d
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,7 @@
init:
- git config --global core.autocrlf true
install:
- ps: Install-Product node 6.9.2 x64
branches:
only:
- master

View File

@ -1,4 +1,5 @@
using OpenQA.Selenium;
using System;
using Templates.Test.Helpers;
using Xunit;
@ -27,6 +28,8 @@ namespace Templates.Test
if (EnableBrowserAutomationTesting)
{
Console.WriteLine("Starting browser automation tests...");
using (var browser = aspNetProcess.VisitInBrowser())
{
TestBasicNavigation(browser);