You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JsTestDriver
I would like to use JsTestDriver to automate testing of a UI
Component, for example a calendar picker widget that includes HTML,
CSS, and JavaScript pieces.
JsTestDriver provides most of the functionality I need to accomplish
this: it allows me to specify HTML in my test cases, it allows
inclusion of CSS files to style how the calendar looks in different
execution states.
However, there are a few defaults in JsTestDriver that are blocking my
ability to execute these tests.
But really, it isn't hard to patch a workaround for this now, and I've
included one such method in the ticket above.
Is this a lost cause to get included with the project? Is JsTestDriver
ever planning to support these kinds of tests out of the box? It would
appear that the baseline code was written to at least plan for this.
Would love to hear any feedback.