文件名称:ember-fastboot-addon-tests:对Fastboot兼容性的插件测试支持
文件大小:143KB
文件格式:ZIP
更新时间:2024-02-25 17:35:10
ember ember-addon fastboot ember-testing EmberJavaScript
ember-fastboot-addon-tests 这是一个ember-cli插件,可让您轻松轻松地测试自己的插件与兼容性! 它通过使用创建一个(临时)应用来使用您的插件,然后使用生成它并构建本地FastBoot服务器,然后运行基于的端到端最终测试以断言您的插件正常运行,或者至少在FastBoot环境中不会破坏您的插件。 请注意,这仅适用于Ember插件。 要测试应用程序,您可以使用以下相关项目: 。 安装 此插件取决于ember-cli-fastboot ,因此请确保已安装它: ember install ember-cli-fastboot 然后,安装插件: ember in
【文件预览】:
ember-fastboot-addon-tests-master
----ember-cli-build.js(494B)
----testem.js(506B)
----node-tests()
--------blueprints()
----yarn.lock(308KB)
----.eslintrc.js(2KB)
----lib()
--------commands()
--------tasks()
--------util()
--------tests()
----fastboot-tests()
--------index-test.js(503B)
--------second-test.js(658B)
--------fixtures()
----.npmignore(163B)
----.ember-cli(280B)
----.travis.yml(191B)
----LICENSE.md(1KB)
----README.md(13KB)
----.editorconfig(368B)
----blueprints()
--------ember-fastboot-addon-tests()
--------fastboot-test()
----.gitignore(223B)
----index.js(326B)
----.watchmanconfig(37B)
----CHANGELOG.md(2KB)
----.eslintignore(28B)
----package.json(2KB)