Skip to content

Commit

Permalink
Bump airtap and align test matrix with abstract-leveldown
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Apr 10, 2021
1 parent c1f98c3 commit dee72a3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 19 deletions.
31 changes: 18 additions & 13 deletions .airtap.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
providers:
- airtap-sauce

browsers:
- name: chrome
version: latest
- name: firefox
version: latest
- name: safari
version: latest
- name: ie
version: '11'
- name: microsoftedge
version: latest
- name: iphone
version: latest
- name: ipad
version: latest
- name: android
version: '6.0'
version: 12..latest
- name: ios_saf
version: 12..latest
- name: chrome for android
version: 6..latest
- name: msedge

presets:
local:
providers:
- airtap-playwright
browsers:
- name: chromium
- name: firefox
- name: webkit
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ updates:
interval: monthly
ignore:
- dependency-name: dependency-check
- dependency-name: airtap
- dependency-name: nyc
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ matrix:
- node_js: stable
env: CMD=test-browsers
addons:
sauce_connect: true
hosts:
- airtap.local

script:
- DEBUG=airtap:* npm run $CMD
- npm run $CMD

after_success: npm run coverage

Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"main": "memdown.js",
"scripts": {
"test": "standard && hallmark && (nyc -s node test.js | faucet) && nyc report",
"test-browsers": "airtap --loopback airtap.local --coverage test.js",
"test-browser-local": "airtap --coverage --local test.js",
"test-browsers": "airtap --coverage --verbose test.js",
"test-browsers-local": "airtap --coverage -p local test.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"hallmark": "hallmark --fix",
"dependency-check": "dependency-check . immediate*.js test.js",
Expand All @@ -36,7 +36,9 @@
"safe-buffer": "^5.2.0"
},
"devDependencies": {
"airtap": "^3.0.0",
"airtap": "^4.0.3",
"airtap-playwright": "^1.0.1",
"airtap-sauce": "^1.1.0",
"coveralls": "^3.0.2",
"dependency-check": "^3.3.0",
"faucet": "^0.0.1",
Expand Down

0 comments on commit dee72a3

Please sign in to comment.