登录 注册
当前位置:主页 > 资源下载 > 5 > ember-formulaic能够简化验收测试中的表格填写过程

ember-formulaic能够简化验收测试中的表格填写过程

  • 更新:2024-09-09 16:46:08
  • 大小:27KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

灰烬配方 使用i18n翻译简化表格填充。 使用Ember Test Helpers删除繁琐的公式化表单填充 公式化允许您指定要输入的属性的哈希,而不是通过程序调用Ember的DSL方法。 用法 首先,导入测试助手: // tests/start-app.js import './ember-formulaic/test-helpers' ; 假设页面具有以下模板: {{! app/templates/login.hbs }} < form {{ action " login " on = " submit " }} > < div xss=removed> < label xss=removed> {{ t " login.email " }} {{ input id = " email " type = " tex