ember-formulaic:简化验收测试中的表格填写

时间:2024-05-21 05:44:22
【文件属性】:

文件名称:ember-formulaic:简化验收测试中的表格填写

文件大小:27KB

文件格式:ZIP

更新时间:2024-05-21 05:44:22

JavaScript

灰烬配方 使用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


【文件预览】:
ember-formulaic-master
----.travis.yml(957B)
----.ember-cli(280B)
----bin()
--------setup(46B)
----testem.json(198B)
----ember-cli-build.js(501B)
----vendor()
--------.gitkeep(0B)
----blueprints()
--------ember-formulaic()
----addon()
--------click-on.js(429B)
--------fill-form.js(720B)
--------utils()
--------fill-in-label.js(925B)
----config()
--------ember-try.js(657B)
--------environment.js(90B)
----index.js(87B)
----.watchmanconfig(29B)
----package.json(1KB)
----RELEASING.md(504B)
----.bowerrc(60B)
----tests()
--------acceptance()
--------test-helper.js(112B)
--------index.html(960B)
--------unit()
--------dummy()
--------.jshintrc(890B)
--------helpers()
----app()
--------.gitkeep(0B)
----CONTRIBUTING.md(916B)
----test-support()
--------helpers()
----LICENSE.md(1KB)
----.gitignore(247B)
----CHANGELOG.md(803B)
----README.md(4KB)
----.jshintrc(535B)
----bower.json(498B)
----.editorconfig(507B)

网友评论