[ANN] SeasideTesting recovered from oblivion
Hi, I spend some days last week woking with the guys of AFI (http://afi-sa.fr <http://afi-sa.fr/>, yes they also use Pharo in some of their projects) and together we recovered SeasideTesting from Davis Shaffer to be used for their TDD experience. you can check it out here: https://github.com/Afibre/SeasideTesting <https://github.com/Afibre/SeasideTesting> Whatâs SeasideTesting? A package to test Seaside components. Why we do not use Parasol? Because it is based on selenium and that makes the process slow. Where can I know more? - there is some documentation here (for VW, I think): http://www.shaffer-consulting.com/david/Seaside/TestingComponents/TestingCom... <http://www.shaffer-consulting.com/david/Seaside/TestingComponents/TestingCom...> - some slides here (on squeak): http://esug.org/data/ESUG2005/Wednesday/2005-ESUG-Shaffer.pdf <http://esug.org/data/ESUG2005/Wednesday/2005-ESUG-Shaffer.pdf> but all that is old. Best way is to just install and see the tests, as always, cheers! Esteban
Cool. Need to think where it is useful. On the one hand testing without external components is good. On the other hand you can only test very simple stuff with it. But there might be a place. Btw. you donât need selenium with parasol. You can use chrome-standalone which implements the same protocol. Norbert
Am 23.10.2017 um 12:04 schrieb Esteban Lorenzano <estebanlm@gmail.com>:
Hi,
I spend some days last week woking with the guys of AFI (http://afi-sa.fr, yes they also use Pharo in some of their projects) and together we recovered SeasideTesting from Davis Shaffer to be used for their TDD experience.
you can check it out here: https://github.com/Afibre/SeasideTesting
Whatâs SeasideTesting? A package to test Seaside components. Why we do not use Parasol? Because it is based on selenium and that makes the process slow. Where can I know more? - there is some documentation here (for VW, I think): http://www.shaffer-consulting.com/david/Seaside/TestingComponents/TestingCom... - some slides here (on squeak): http://esug.org/data/ESUG2005/Wednesday/2005-ESUG-Shaffer.pdf but all that is old. Best way is to just install and see the tests, as always,
cheers! Esteban _______________________________________________ seaside mailing list seaside@lists.squeakfoundation.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
participants (2)
-
Esteban Lorenzano -
Norbert Hartl