Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Bump airtap from 3.0.0 to 4.0.1 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 25, 2020
1 parent 77e9779 commit e001ce0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
27 changes: 13 additions & 14 deletions .airtap.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
providers:
- airtap-sauce

browsers:
- name: chrome
version: latest
platform: Windows 10
- name: firefox
version: latest
platform: Windows 10
- name: safari
version: latest
platform: Mac 10.13
- name: microsoftedge
version: latest
platform: Windows 10
- name: edge
- name: ie
version: latest
platform: Windows 10
- name: iphone
version: latest
- name: android
version: latest
- name: chrome for android

presets:
local:
providers:
- airtap-playwright
browsers:
- name: chromium
- name: firefox
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ script:
addons:
hosts:
- airtap.local
sauce_connect: true

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 @@ -6,8 +6,8 @@
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "standard && hallmark && airtap --local --coverage test/index.js",
"test-browsers": "standard && airtap --sauce-connect --loopback airtap.local --coverage test/index.js",
"test": "standard && hallmark && airtap -p local --coverage test/index.js",
"test-browsers": "standard && airtap --coverage test/index.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"hallmark": "hallmark --fix",
"dependency-check": "dependency-check --no-dev -i buffer .",
Expand All @@ -29,7 +29,9 @@
"ltgt": "^2.1.2"
},
"devDependencies": {
"airtap": "^3.0.0",
"airtap": "^4.0.1",
"airtap-playwright": "^1.0.1",
"airtap-sauce": "^1.1.0",
"coveralls": "^3.0.2",
"dependency-check": "^4.1.0",
"hallmark": "^3.0.0",
Expand Down

0 comments on commit e001ce0

Please sign in to comment.