Get help with testing, discuss unit testing strategies etc.


Post by chembali »

I understand Siesta supports testing of Angular apps. I am unable to locate any examples or sample code to perform this testing. Most of the documentation seems to be based on the ExtJS. Can I use Siesta for testing my Angular 5 based app? If yes, can you share a few samples to get me started?

Post by nickolay »

Hi,

Siesta is a generic testing tool, so it can test any JavaScript code. Use the generic browser harness: Siesta.Harness.Browser instead of Siesta.Harness.Browser.ExtJS

We have a very basic Angular example in the Siesta examples - "3rd party libaries/angular.t.js", you can start from there.

Post by chembali »

Will take a look. Thank you.

Post Reply