Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Developing Server-Side Extensions: Testing and Logging

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.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!