1 Star 0 Fork 1

Lance/refly

forked from lyyong/refly 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cypress.config.ts 334 Bytes
一键复制 编辑 原始数据 按行查看 历史
Marc Chan 提交于 2025-02-16 23:06 +08:00 . Feat/automated tests (#450)
import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
projectId: 'k7kkoz',
defaultBrowser: 'chrome',
viewportWidth: 1920,
viewportHeight: 1080,
retries: 2,
baseUrl: 'http://localhost:5173',
env: {
databaseUrl: 'postgresql://refly:test@localhost:5432/refly',
},
},
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lance521/refly.git
git@gitee.com:lance521/refly.git
lance521
refly
refly
main

搜索帮助