1 Star 0 Fork 0

王浩枫/react-virtuoso

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
playwright.config.ts 311 Bytes
一键复制 编辑 原始数据 按行查看 历史
Petyo Ivanov 提交于 2022-12-30 21:30 . fix: tree shaking works
import { PlaywrightTestConfig } from '@playwright/test'
const config: PlaywrightTestConfig = {
testDir: './e2e',
webServer: {
command: 'pnpm run dev',
port: 61000,
timeout: 120 * 1000,
reuseExistingServer: !process.env.CI,
},
use: {
launchOptions: {},
},
}
export default config
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/whf293/react-virtuoso.git
git@gitee.com:whf293/react-virtuoso.git
whf293
react-virtuoso
react-virtuoso
master

搜索帮助