first integration tests (#64)
resolves #60 Co-authored-by: johba <johba@harb.eth> Reviewed-on: https://codeberg.org/johba/harb/pulls/64
This commit is contained in:
parent
d6f0bf4f02
commit
1645865c5a
14 changed files with 913 additions and 2226 deletions
10
package.json
10
package.json
|
|
@ -1,9 +1,13 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.55.1",
|
||||
"playwright-mcp": "^0.0.12"
|
||||
"playwright-mcp": "^0.0.12",
|
||||
"ethers": "^6.11.1",
|
||||
"husky": "^9.0.11"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "husky"
|
||||
}
|
||||
"prepare": "husky",
|
||||
"test:e2e": "playwright test"
|
||||
},
|
||||
"type": "module"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue