Skip to content

Extends Adobe DPS Store and Library SDK (adobeDPS) to make testing in the browser possible.

License

Notifications You must be signed in to change notification settings

richardbrammer/NGDPS.imitator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngdps.imitator

Extends Adobe DPS Store and Library SDK (adobeDPS) to make testing in the browser possible.

Testing

Karma tests will fail, because the Adobe Library and Store SDK produces a page reload,when it does not find the app.

To successfully run the karma tests, do the following:

  1. Download AdobeLibraryAPI.js from http://www.adobe.com/go/dps-library-store-api
  2. Rename the file to AdobeLibraryAPI.mock.js
  3. Uncomment the following line (499):
// removed for karma testing in NGDPS.imitator to avoid page reload
// window.location = this.BRIDGE_PREFIX_URI + encodeURIComponent(stringData);
  1. run karma start

About

Extends Adobe DPS Store and Library SDK (adobeDPS) to make testing in the browser possible.

Resources

License

Stars

Watchers

Forks

Packages

No packages published