Skip to content
New issue

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

支持编写页面层级的测试用例 #31

Open
yuanyan opened this issue Feb 25, 2021 · 1 comment
Open

支持编写页面层级的测试用例 #31

yuanyan opened this issue Feb 25, 2021 · 1 comment
Assignees
Labels
Milestone

Comments

@yuanyan
Copy link
Contributor

yuanyan commented Feb 25, 2021

当前测试内容没有覆盖和页面能力相关的测试,比如页面的创建和销毁看内存是否都回收

@andycall andycall added this to To Do in Infrastructure via automation Jun 22, 2021
@andycall andycall added this to the 0.9 milestone Jun 23, 2021
@andycall andycall self-assigned this Jun 23, 2021
@andycall andycall added the P4 label Jun 23, 2021
@andycall
Copy link
Member

资源读取测试

  1. URL 加载
  2. Assets 加载
  3. API 加载
  4. Bytecode 加载

多实例测试

  1. 同一个 Flutter 页面下,多开 Kraken
  2. 在不同的 Flutter 页面之间,相互切换页面渲染 Kraken
  3. 使用多个 Engine 来相互切换页面渲染 Kraken
  4. 使用多个 Engine,在同一个屏幕下多开 Kraken

跳转 API 测试

  1. window.open, location.href 功能测试
  2. History API 测试

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants