Skip to content

Commit

Permalink
Add airtap for local browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Apr 8, 2021
1 parent 9ca9c99 commit 7818786
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .airtap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
providers:
- airtap-playwright

browsers:
- name: chromium
- name: firefox
- name: webkit
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@
"main": "index.js",
"scripts": {
"test": "standard && hallmark && nyc node test",
"test-browsers-local": "airtap --coverage test.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"hallmark": "hallmark --fix",
"dependency-check": "dependency-check . test.js",
"prepublishOnly": "npm run dependency-check"
},
"devDependencies": {
"airtap": "^4.0.3",
"airtap-playwright": "^1.0.1",
"coveralls": "^3.0.2",
"dependency-check": "^3.3.0",
"hallmark": "^3.1.0",
Expand Down

0 comments on commit 7818786

Please sign in to comment.