浏览代码

Update QAReport and package.json.

/main
Yuncong Zhang 5 年前
当前提交
6b1a4aca
共有 2 个文件被更改,包括 14 次插入19 次删除
  1. 29
      QAReport.md
  2. 4
      package.json

29
QAReport.md


# Quality Report
Use this file to outline the test strategy for this package.
## Version tested: [*package version*]
## Version tested: [1.0.3-preview]
## QA Owner: [*Add Name*]
## UX Owner: [*Add Name*]
## QA Owner: Jason Fu
## UX Owner: Yuncong Zhang
*Use this section to describe how this feature was tested.*
* A link to the Test Plan (Test Rails, other)
* Link to automated test results (if any)
* Manual test Results, [here's an example](https://docs.google.com/spreadsheets/d/12A76U5Gf969w10KL4Ik0wC1oFIBDUoRrqIvQgD18TFo/edit#gid=0)
* Scenario test week outcome
* etc.
```
Overall result: PASS
Total Tests run: 4, Passed: 4, Failures: 0, Errors: 0, Inconclusives: 0
Total not run : 0, Invalid: 0, Ignored: 0, Skipped: 0
```
* Test Rail Scenarios:https://qatestrail.hq.unity3d.com/index.php?/suites/view/67&group_by=cases:section_id&group_order=asc&group_id=76244
* Editor/Runtime Test Suite:
* Manual test Results: https://qatestrail.hq.unity3d.com/index.php?/runs/view/13298&group_by=cases:section_id&group_order=asc
Use this section to describe:
* UX status/evaluation results
* known bugs, issues
* performance metrics,
* etc
In other words, a general feeling on the health of this package.
* Stable

4
package.json


{
"name": "com.unity.uiwidgets",
"displayName":"UIWidgets",
"version": "1.0.0-preview",
"unity": "2018.1",
"version": "1.5.4-preview.1",
"unity": "2018.4",
"description": "UIWidgets allows you to build beautiful cross-platform apps through Unity",
"dependencies": {
}
正在加载...
取消
保存