浏览代码

test: add e2e scripts

master
fengsilin 2 个月前
父节点
当前提交
9837e80fac
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      web/package.json

+ 4
- 0
web/package.json 查看文件

@@ -50,6 +50,10 @@
"lint:fix": "prettier . --write",
"eslint": "bunx eslint \"**/*.{js,jsx}\" --cache",
"eslint:fix": "bunx eslint \"**/*.{js,jsx}\" --fix --cache",
"e2e": "playwright test",
"e2e:ui": "playwright test --ui",
"e2e:headed": "playwright test --headed",
"e2e:install": "playwright install chromium",
"preview": "vite preview",
"i18n:extract": "bunx i18next-cli extract",
"i18n:status": "bunx i18next-cli status",


正在加载...
取消
保存