forked from DevExpress/testcafe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
55 lines (40 loc) · 998 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
version: "#{build}"
clone_depth: 1
skip_commits:
message: /^\[docs\]/
branches:
except:
- new-docs
environment:
NODEJS_VERSION: "8"
matrix:
- GULP_TASK: "test-functional-local-ie"
for:
-
branches:
only:
- master
notifications:
- provider: Email
to:
on_build_success: false
on_build_status_changed: false
environment:
matrix:
- GULP_TASK: "test-functional-local-chrome-firefox"
- GULP_TASK: "test-functional-local-legacy"
install:
- ps: >-
iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/set-screenresolution.ps1'))
Set-ScreenResolution 1920 1080
Install-Product node $env:NODEJS_VERSION
choco install GoogleChrome | out-null
choco install Firefox | out-null
npm --version
npm i --loglevel error
build: off
test_script:
- cmd: npm test