<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Yann,<div class=""><br class=""></div><div class="">I think Mocha and Selenium (Parasol) are two different kind of testing frameworks.</div><div class=""><br class=""><div class="">Selenium is about browser automation and Parasol allows to write browser application tests with it from within your Smalltalk backend’s unit testing framework. The abstraction level is actions a user can do via the UI.</div><div class="">Mocha is a unit testing framework for javascript applications. The abstraction level is the javascript API of your implementation modules.</div><div class=""><br class=""></div><div class="">I’m not sure I understand what you are looking for because SeasideTesting and Albatros were even less about browser-based testing. SeasideTesting was just testing the html output of Seaside, for example.</div><div class="">If Seaside is part of your solution stack and you want to write tests that simulate user actions on the webpage, Parasol is the way to do it from your Smalltalk backend.</div><div class=""><br class=""></div><div class="">cheers</div><div class="">Johan</div><div class=""><br class=""></div><div class=""><div><blockquote type="cite" class=""><div class="">On 23 Sep 2016, at 14:07, lesage yann &lt;<a href="mailto:yannlesag@gmail.com" class="">yannlesag@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class=""><div class="">Hi Johan,<br class=""><br class="">Thank for you reply,<br class=""><br class=""></div>I
 have read yours links. It's interesting but to test cytoscape we need 
an access to javascript variable. I think used js.executeScript is not 
really good solution for that 
(<a href="http://stackoverflow.com/questions/13994393/reading-javascript-variables-using-selenium-webdriver" class="">http://stackoverflow.com/questions/13994393/reading-javascript-variables-using-selenium-webdriver</a>).<br class=""><br class=""></div>So we'll write our project with Pharo/ Mocka/ Seaside.<br class=""><br class=""></div>Have a nice day.<br class=""><br class=""></div>Yann Lesage</div><div class="gmail_extra"><br class=""><div class="gmail_quote">2016-09-23 13:37 GMT+02:00 Johan Brichau <span dir="ltr" class="">&lt;<a href="mailto:johan@inceptive.be" target="_blank" class="">johan@inceptive.be</a>&gt;</span>:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="">Hi Yann,<div class=""><br class=""></div><div class="">Use webdriver (selenium) testing with Parasol:&nbsp;<a href="http://www.slideshare.net/esug/4-beach-parasol-presentation" target="_blank" class="">http://www.<wbr class="">slideshare.net/esug/4-beach-<wbr class="">parasol-presentation</a></div><div class="">See:&nbsp;<a href="http://ss3.gemstone.com/ss/Parasol.html" target="_blank" class="">http://ss3.gemstone.com/<wbr class="">ss/Parasol.html</a></div><div class=""><br class=""></div><div class="">SeasideTesting is dead (I stopped maintaining it since we use Parasol).</div><div class=""><br class=""></div><div class="">cheers</div><div class="">Johan</div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class=""><div class="h5"><div class="">On 23 Sep 2016, at 12:16, lesage yann &lt;<a href="mailto:yannlesag@gmail.com" target="_blank" class="">yannlesag@gmail.com</a>&gt; wrote:</div><br class=""></div></div><div class=""><div class=""><div class="h5"><div dir="ltr" class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class="">Hello,<br class=""><br class="">I work for Synectique. We are trying to test telescope and all front end of our website. We have started to write tests in js on client-side with mocha on DOM(number of element, element visibility or css change...)<br class=""><br class="">We want to automate our tests with Jenkins and optionally launch this test from&nbsp; the Pharo image. We have planed to make this with mocha, xml reporter and take syntaxe from TestCase class.<br class=""><br class="">To avoid to reinvent the wheel, we have searched for existants solutions and found :<br class="">- SeasideTesting -&gt; don't load in Pharo 4.0 <br class=""></div><div class="">- Albatros : we have found the repo but the last version dates from 2010 and is based on squeak.<br class=""><br class=""></div><div class="">So is there someone who test front-end in pharo4.0 with seaside and how ? <br class=""></div><div class="">Is There an existants and functional project ?<br class=""><br class=""></div><div class="">Thanks for&nbsp; your answers<br class=""></div><div class="">Yann Lesage<br class=""></div><br class=""></div></div></div></div></div></div></div></div></div></div></div>
______________________________<wbr class="">_________________<br class="">seaside mailing list<br class=""><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank" class="">seaside@lists.<wbr class="">squeakfoundation.org</a><br class=""><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank" class="">http://lists.squeakfoundation.<wbr class="">org/cgi-bin/mailman/listinfo/<wbr class="">seaside</a><br class=""></div></blockquote></div><br class=""></div></div><br class="">______________________________<wbr class="">_________________<br class="">
seaside mailing list<br class="">
<a href="mailto:seaside@lists.squeakfoundation.org" class="">seaside@lists.<wbr class="">squeakfoundation.org</a><br class="">
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" rel="noreferrer" target="_blank" class="">http://lists.squeakfoundation.<wbr class="">org/cgi-bin/mailman/listinfo/<wbr class="">seaside</a><br class="">
<br class=""></blockquote></div><br class=""></div>
_______________________________________________<br class="">seaside mailing list<br class=""><a href="mailto:seaside@lists.squeakfoundation.org" class="">seaside@lists.squeakfoundation.org</a><br class="">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br class=""></div></blockquote></div><br class=""></div></div></body></html>