[TIMOB-16288] Anvil: Integrate test results with CI build page
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-03-04T21:09:47.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.3.0 |
Components | Tooling |
Labels | n/a |
Reporter | Ingo Muschenetz |
Assignee | Sabil Rahim |
Created | 2014-01-22T19:04:27.000+0000 |
Updated | 2014-06-16T18:22:14.000+0000 |
Description
Once a build has been completed in the CI build, we need to run it though Anvil.
We wish to add a line below the CI builds to indicate the results of Anvil testing. As a suggestion, below each of the SDK builds, we should show the results at a very high-level
Since the testing is all done on OS X machines, we should probably indicate that in the results as perhaps in the future we could have more machines for more platforms;
For each test configuration, show a check or an X indicating if the test succeeded 100% or failed.
Hovering over the test shows the number of succeeded vs failed tests
Clicking on the test shows the test results.
This has been completed. See http://builds.appcelerator.com/
This is expected, since the releases tab was added later, and every build there is a build promoted from the CI builds (so it's already been tested).
Closing as implemented.