[Seaside] Re: JQueryWidgetBox examples as functional test suite

Gastón Dall' Oglio gaston.dalloglio at gmail.com
Thu Apr 5 21:10:42 UTC 2012


... and the path of the suite is:
http://localhost:8080/javascript/jquery-widgetbox

PS: the original email is blocked for list's moderator approbation because
I attach some screenshots :(

El 5 de abril de 2012 17:32, Gastón Dall' Oglio
<gaston.dalloglio at gmail.com>escribió:

> Hi.
> I want embed the examples of JQueryWidgetBox in the functional test suite
> de Seaside, experimentaly in first, but I guess that this is good for grow
> project visibility.
>
> Then, I made three changes in package JQWidgetBox-Dev and save this
> version ONLY in my personal sandbox in ss3.
> What I did is create JQWbAllFunctionalTest and JQWbWelcomeFunctionalTest
> classes, and too change the superclass of JQWidgetExample from WAComponent
> to JQUiFunctionalTest (subclass the WAComponent), to embed examples in the
> suite.
> I don't change the examples, only add this method to JQWidgetExample:
> selectors
>    ^ #(renderContentOn:)
>
> For a look, evaluate:
>
> Gofer new
>     squeaksource: 'JQueryWidgetBox';
>    package: 'ConfigurationOfJQueryWidgetBox';
>    load.
>  (ConfigurationOfJQueryWidgetBox project version: '2.7') load.
>
> Gofer new
>    url: 'http://ss3.gemstone.com/ss/tongadall';
>     package: 'JQWidgetBox-Dev';
>     load.
>
>
> Of course, the examples need some changes to be showed fine when are embed
> in the suite, as you can see in the screenshots that I attached. But that I
> want know first is what you think about this idea, and then I can try fix
> the examples.
>
> Regard.
>
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20120405/ba68ed37/attachment.htm


More information about the seaside mailing list