1 Star 0 Fork 0

HugoYuen/tagspaces

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
playwright.config.web.js 627 Bytes
一键复制 编辑 原始数据 按行查看 历史
import { defineConfig } from '@playwright/test';
import pwConfig from './playwright.config.common';
//const dotenv = require('dotenv');
//dotenv.config({ path: path.resolve(__dirname, 'tests', 'env', 'web.env') });
global.isWeb = true;
global.isWin = /win32|mswin(?!ce)|mingw|bccwin|cygwin/i.test(process.platform);
global.isHeadlessMode = process.env.HEADLESS_MODE === 'true';
global.isMinio = true;
global.isElectron = false;
global.isUnitTest = false;
const config = defineConfig({
...pwConfig,
globalSetup: './tests/global-setup-web.js',
globalTeardown: './tests/global-teardown-web.js',
});
export default config;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hugoyuen/tagspaces.git
[email protected]:hugoyuen/tagspaces.git
hugoyuen
tagspaces
tagspaces
develop

搜索帮助