Skip to content

Commit 98ca3f3

Browse files
committed
Try to use sauce connect
1 parent b12823d commit 98ca3f3

File tree

10 files changed

+2379
-481
lines changed

10 files changed

+2379
-481
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
2+
components
23
npm-debug.log
34
build
45
dist

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ clean:
3434
# Test.
3535
#
3636

37-
test: build test/browser/index.html
38-
@./node_modules/.bin/karma start --single-run --browsers ChromeHeadless karma.conf.js
37+
test: build
38+
@./node_modules/.bin/karma start karma.conf.js
39+
40+
test-sauce: build
41+
@./node_modules/.bin/karma start karma.conf.js --browsers sauce_chrome_windows
3942

4043

4144
#

0 commit comments

Comments
 (0)