当前位置: 首页 > 软件库 > 云计算 > >

cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
授权协议 CC-BY-SA-4.0 License
开发语言 C/C++
所属分类 云计算
软件类型 开源软件
地区 不详
投 递 者 燕飞文
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

CloudFormation Public Coverage Roadmap

The AWS CloudFormation Public Coverage Roadmap

Introduction

This is a public roadmap focused on upcoming coverage support for CloudFormation. It is focused on coverage additions to existing AWS services to be addressed by upcoming CloudFormation releases. It represents a preview of the information we provide in our existing release history documentation. Knowing about our upcoming coverage additions and priorities helps our customers plan, and we want to provide a way for our customers to help us ensure we are working on the most important requests.

See the roadmap »

Security disclosures

If you think you’ve found a potential security issue, please do not post it in the Issues. Instead, please follow the instructions here or email AWS security directly.

FAQs

Q: Why did you build this?

A: We know that our customers are making decisions and plans based on what we are developing, and we want to provide our customers the insights they need to plan. If our customers know that a coverage item is being worked on and will be released soon, we can help them avoid additional work if they are considering workarounds or custom resources to address their needs. Further, we want you to help us ensure we are working on the most important and impactful issues.

Q: Why are there no dates on your roadmap?

A: Because our main priority is security and operational stability, we cannot provide specific target dates for releases.

Q: What do the roadmap categories mean?

  • Shipped - currently usable in CloudFormation templates
  • Coming soon - nearing completion, likely being planned for an upcoming coverage update release. Think a couple of weeks out, give or take.
  • We're working on it - in progress, but further out. We might still be working through the implementation details, or scoping stuff out.
  • Researching - We're thinking about it. This might mean we're still evaluating designs and options, or thinking through how this should work. This is a great phase to give us feedback as to how you want to see something implemented! We’ll benefit from your specific use cases here.

Q: Is everything on the roadmap?

A: We are focusing on coverage updates for existing CloudFormation resource types, as well as new and previously available AWS services where there’s no native CloudFormation support yet. There is other coverage-related work that we won’t be able to preview. For example, services that are not publicly released yet will not appear on this roadmap. Finally, there are other non-coverage-related feature work that we won’t cover in this roadmap at this time.

Q: How can I provide feedback or ask for more information?

A: When in doubt, please create an issue! Although we’ll focus on coverage issues, all submitted issues will get reviewed and/or forwarded appropriately.

Q: How can I request a feature be added to the roadmap?

A: We encourage you to open an issue, even if you’ve requested it before via other channels. All community-submitted issues will be reviewed by the roadmap maintainers. We’ve created a template to make it easy to open new issues.

Q: Can I "+1" existing issues?

A:We strongly encourage you to do so, as it helps us understand which issues will have the widest impact. You can navigate to the issue details page and add a reaction (thumbs up). There are six types of reactions supported (thumbs down “-1”, confused, heart, watching, laugh, hooray, and thumbs up +1). We can typically do 8-10 items per month with all necessary regression testing, and we want you to help us decide which items will benefit you the most.

License Summary

This project is made available under the CC-BY-SA-4.0 license. See the LICENSE file.

To learn more about the service, go here: http://aws.amazon.com/cloudformation

  • Condition coverage vs. branch coverage 摘要:条件覆盖测试是一种白盒测试,用于测试程序中所有条件表达式的所有可能结果。它也称为谓词覆盖。那么条件覆盖率和分支覆盖率有什么区别呢?在分支覆盖中,所有条件都必须至少执行一次。另一方面,在条件覆盖中,所有条件的所有可能结果必须至少测试一次。 例一 考虑下面的代码片段,它将用于进行条件覆盖率测试: int a = 10;

  • ■ CloudFormation Templates CloudFormation templates支持以下两种文本格式: json yaml CloudFormation的所有特性都可以通过json和yaml这两种格式展现,也包括CloudFormation Designer 可根据个人喜好,选择使用json或yaml格式 注: 如果使用yaml格式编辑CloudFormation,则yaml

  • 2016年1月23日 前端技术: - HTML CSS JavaScript JQuery 操作系统: - Linux (CentOS) 数据库: - SQLServer MySQL 开源前端框架: - H-ui EasyUI 开源组件: - wangEditor plUpload 编程语言: - C# · ASP.Ne

  • 这些天一直在看Ajax方面的材料,今天不经意间发现一篇好文章,收集下来: https://blueprints.dev.java.net/ajax-faq-zh.html

 相关资料
  • Coverage 收集相关页面使用的 JavaScript 和 CSS 部分的信息。 使用 JavaScript 和 CSS 覆盖率来获取初始百分比的例子 执行代码: // 启用 JavaScript 和 CSS 覆盖 await Promise.all([ page.coverage.startJSCoverage(), page.coverage.startCSSCoverage()

  • Code coverage tells you which lines of script (or set of scripts) have been executed during a request. With this information you can for example find out how good your unit tests are. Xdebug's code co

  • jest-coverage-ratchet Raises jest's minimum coverage thresholds (per category) if current coverage is higher. What does it do? Lets say you have some jest coverage thresholds set in the package.json f

  • Unified Code Coverage for Android A sample project showcase of how to merge the coverage data from both androidTest and test. Java Example Kotlin Example Java+Kotlin Example ============= Blog Post (e

  • Awesome CloudFormation A curated list of resources and projects for working with AWS CloudFormation. Contents Awesome CloudFormation Contents CloudFormation Samples Templates Modules Authoring and Tes

  • This extension features one additional builder, the CoverageBuilder. class sphinx.ext.coverage.CoverageBuilder To use this builder, activate the coverage extension in your configuration file and give