使用Puppeteer测试基于Egret引擎编写的游戏
Egret 5.2.x
npm install
src/config/config.ts
export const GAME_URL = "http://127.0.0.1:3000/index.html";
编译
vscode ctrl+shift+b
运行
vscode F5
目录 ./logs
all.log 所有日志
pageerror.log 游戏错误日志
performance.log 游戏性能日志
requestfailed.log 游戏资源请求失败日志
浏览器输入 http://127.0.0.1:8080/