添加 .gitignore 文件,包含 node_modules、temp、日志和系统文件;创建 package.json 和 package-lock.json,定义 Playwright 依赖
This commit is contained in:
5
package.json
Normal file
5
package.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"playwright": "^1.58.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user