扩展Adobe DPS Store与Library SDK
ngdps.immitator 扩展了 Adobe DPS Store 和 Library SDK (adobeDPS),使在浏览器中进行测试成为可能。Karma 测试将失败,因为 Adobe Library 和 Store SDK 在找不到应用程序时会重新加载页面。要成功运行业力测试,请执行以下步骤:
-
从下载的 AdobeLibraryAPI.js 文件中将其重命名为 AdobeLibraryAPI.mock.js。
-
取消注释以下代码行 (第 499 行):
// removed for karma testing in NGDPS.imitator to avoid page reload
// [removed] = this.BRIDGE_PREFIX_URI + encodeURIComponent(stringData);
- 运行
karma start
。
下载地址
用户评论