I first looked at the structure of jasmine, and it looks really promising, but I could not find an easy way to work with dom.
I mean, simulating user interaction, for example, completing and entering data, pressing a button, and then checking the correctness of the dom update, for example, displaying errors after checking the input and displaying the changed data. Just the kind of material that you usually do with tools like selenium.
Is there a standard way to do this or check ui from a jasmine domain and should I look for another structure for such a task?
opensas
source share