We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c13ec commit 54c48e3Copy full SHA for 54c48e3
.airtap.yml
@@ -0,0 +1,7 @@
1
+providers:
2
+ - airtap-playwright
3
+
4
+browsers:
5
+ - name: chromium
6
+ supports:
7
+ headless: true
package.json
@@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"benchmark": "cd benchmarks && npm install && npm run all",
8
- "test": "standard && tape test.js"
+ "test": "standard && tape test.js",
9
+ "test-in-browsers": "airtap test.js"
10
},
11
"repository": {
12
"type": "git",
@@ -25,6 +26,9 @@
25
26
27
"homepage": "https://github.com/fastify/secure-json-parse#readme",
28
"devDependencies": {
29
+ "airtap": "^4.0.1",
30
+ "airtap-playwright": "^1.0.1",
31
+ "playwright": "^1.7.1",
32
"standard": "^16.0.0",
33
"tape": "^5.1.1"
34
}
0 commit comments