Skip to content

Commit

Permalink
feat: add test runner (#63)
Browse files Browse the repository at this point in the history
* feat: add test runner

use proxy mode for tester, as web-ext doesn't support multiple plugins

---------

Co-authored-by: Northword <[email protected]>
  • Loading branch information
windingwind and northword authored Dec 9, 2024
1 parent 04ad27c commit 0b5e40d
Show file tree
Hide file tree
Showing 12 changed files with 916 additions and 132 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@
// markdownlint
"markdownlint.config": {
"no-inline-html": false
}
},
"typescript.tsdk": "node_modules/typescript/lib"
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
"replace-in-file": "^8.2.0",
"std-env": "^3.7.0",
"update-notifier": "^7.3.1",
"web-ext": "^8.3.0"
"web-ext": "^8.3.0",
"xvfb-ts": "^1.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
Expand All @@ -95,7 +96,7 @@
"@types/update-notifier": "^6.0.8",
"eslint": "^9.12.0",
"eslint-plugin-format": "^0.1.2",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"unbuild": "^2.0.0"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 0b5e40d

Please sign in to comment.