1 Star 0 Fork 0

Yimi/sveltekit-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
playwright.config.ts 273 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yimi 提交于 2024-07-10 13:25 . feat: 新增基础代码
import type { PlaywrightTestConfig } from '@playwright/test'
const config: PlaywrightTestConfig = {
webServer: {
command: 'pnpm run build && pnpm run preview',
port: 4173
},
testDir: 'tests',
testMatch: /(.+\.)?(test|spec)\.[jt]s/
}
export default config
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yimicat/sveltekit-template.git
git@gitee.com:yimicat/sveltekit-template.git
yimicat
sveltekit-template
sveltekit-template
main

搜索帮助