Skip to content

Commit 4715037

Browse files
paazmayaSTRML
authored andcommitted
AppVeyor configuration (#194)
* IE launcher for Karma and some :neckbeard: for AppVeyor * This just might work... * Should have its own script to use local karma
1 parent a34ea08 commit 4715037

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

appveyor.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# https://www.appveyor.com/docs/appveyor-yml/
2+
3+
cache:
4+
- node_modules
5+
6+
environment:
7+
IE_BIN: "%PROGRAMFILES%\\Internet Explorer\\iexplorer.exe"
8+
9+
install:
10+
- npm install
11+
12+
test_script:
13+
- npm run test-ie
14+
15+
build: off

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"scripts": {
88
"test": "make test",
99
"test-debug": "karma start --browsers=Chrome --single-run=false",
10+
"test-ie": "karma start --single-run --browsers ie",
1011
"dev": "make dev",
1112
"build": "make clean build",
1213
"lint": "make lint"
@@ -45,6 +46,7 @@
4546
"karma-chrome-launcher": "^1.0.1",
4647
"karma-cli": "1.0.1",
4748
"karma-firefox-launcher": "^1.0.0",
49+
"karma-ie-launcher": "^1.0.0",
4850
"karma-jasmine": "^1.0.2",
4951
"karma-phantomjs-launcher": "^1.0.1",
5052
"karma-phantomjs-shim": "^1.4.0",

0 commit comments

Comments
 (0)