We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
● 平台加入e2e测试(用户可以上传测试用例到平台,然后在平台中跑e2e测试来测试发布的扩展/贡献/App) use cypress?
https://wanago.io/2019/12/30/javascript-testing-introduction-end-to-end-testing-cypress/
扩展包、应用增加e2e测试 e.g. 引擎扩展包增加渲染测试
● 加入测试空间 对扩展包、发布的应用进行e2e测试
○ 渲染测试 ■ 对编辑器扩展包进行渲染测试 Puppeteer webgl1 render 提供正确图片? 提供测试代码?
如何更新渲染测试(将失败的渲染测试更新,更新正确图片为实际图片)?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
● 平台加入e2e测试(用户可以上传测试用例到平台,然后在平台中跑e2e测试来测试发布的扩展/贡献/App)
use cypress?
https://wanago.io/2019/12/30/javascript-testing-introduction-end-to-end-testing-cypress/
扩展包、应用增加e2e测试
e.g. 引擎扩展包增加渲染测试
● 加入测试空间
对扩展包、发布的应用进行e2e测试
○ 渲染测试
■ 对编辑器扩展包进行渲染测试
Puppeteer
webgl1 render
提供正确图片?
提供测试代码?
如何更新渲染测试(将失败的渲染测试更新,更新正确图片为实际图片)?
The text was updated successfully, but these errors were encountered: