在.gitignore中添加.env文件 添加dotenv依赖管理环境变量 重构测试用例使用环境变量代替硬编码URL 在playwright配置中加载dotenv并设置baseURL
4 lines
38 B
Plaintext
4 lines
38 B
Plaintext
.aider*
|
|
node_modules
|
|
test-results
|
|
.env |