Getting started with Jasmine Unit Testing for web app

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

/*Hi, I'm trying to run some unit tests with Jasmine for a responsive web application in Visualizer. Need some getting started instructions.*/

Edit: Removed previous long paras, as it's solved

It was such a simple thing which took me so long to figure out.

Just had to press the debug button to open the console inside the previewer itself to see the results.

It generates HTML result file as well automatically.

Really might as well have added the small thing on the documentation maybe.

Now able to get started to write tests in Jasmine.

Doubt it's that simple with TestNG though. It's really not sufficient to begin easily without samples just from the docs. That ant build mentioned in the doc needs to have XML files and such to be created. A sample for which is somewhat required.

@Dvn Mitchell​ can you or someone from your team take a look?