Skip to content

Commit

Permalink
crossbrowser testing w/ saucelabs and zuul
Browse files Browse the repository at this point in the history
  • Loading branch information
lowe committed Sep 11, 2015
1 parent 153f609 commit 910b04a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .zuul.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
ui: tape
browsers:
- name: chrome
version: [36, -2..latest]
- name: safari
version: -2..latest
- name: firefox
version: -2..latest
- name: ie
version: 9..latest
- name: opera
version: -1..latest
- name: android
version: -2..latest
browserify:
- transform: coffeeify
- options:
extensions:
- .coffee

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"scripts": {
"test": "coffeetape test/*.coffee | faucet",
"test-saucelabs": "zuul -- test/*.coffee",
"build": "npm run build-lib ; npm run build-dist",
"watch": "npm run watch-lib & npm run watch-dist",
"build-lib": "coffee -o lib --compile --bare --map src/*.coffee",
Expand All @@ -22,15 +23,16 @@
"devDependencies": {
"browserify": "^11.0.1",
"coffee-coverage": "^0.6.3",
"coffee-script": "^1.9.3",
"coffee-script": "^1.10.0",
"coffeeify": "^1.1.0",
"coffeetape": "^1.0.1",
"exorcist": "^0.4.0",
"faucet": "^0.0.1",
"istanbul": "^0.3.18",
"tape": "^4.2.0",
"uglifyify": "^3.0.1",
"watchify": "^3.3.1"
"watchify": "^3.3.1",
"zuul": "^3.4.0"
},
"keywords": [
"password",

This comment has been minimized.

Copy link
@jeered123

jeered123 Feb 5, 2021

@kayla_02moore

Expand Down

0 comments on commit 910b04a

Please sign in to comment.