Developing Server-Side Extensions: Testing and Logging
in Commerce
Summary:
Server-Side Extensions enable developers to create custom Node.js applications that will be deployed to their Oracle Commerce instance. These custom developed applications will be deployed in a secure and secluded environment within the Oracle Commerce service.
Content (required):
Introduction
In this post we'll focus on how to develop testing and logging solutions that will work both locally and on the server. Let's get started.
Testing Basics
Oracle Commerce uses Jasmine as its testing framework. What this means is that you can use any JavaScript testing framework you want locally but, if you want to run the same tests on the server, use Jasmine.
Tagged:
0