go-sciter icon indicating copy to clipboard operation
go-sciter copied to clipboard

How do I perform UI tests?

Open PolyPik opened this issue 6 years ago • 3 comments

According to this discussion, one can write unit tests for the UI using Sciter Script.

However, it would be even better if I can write those unit tests in Go instead.

PolyPik avatar Jul 16 '19 00:07 PolyPik

Then you have to deal with bunch of DOM element management routines in order to retrieve and change the state of DOM elements.

pravic avatar Jul 16 '19 17:07 pravic

In that case, it is recommended to write UI tests in Sciter Script correct?

PolyPik avatar Jul 16 '19 17:07 PolyPik

Yes, it'd be much easier.

pravic avatar Jul 17 '19 07:07 pravic