WebTester ported to Gemstone

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

WebTester ported to Gemstone

Bart Gauquie
Dear all,

I'm happy to announce that WebTester is ported to Gemstone (> version 2.4.4.1). 

You can evaluate:

Gofer new
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfWebTester';
load.

((Smalltalk at: #ConfigurationOfWebTester) project version: '1.2') load.

in both. 
Make sure you load Seaside 3.0 first.

For the tests, it assumes in Pharo that Seaside is running on port 8080, in Gemstone port 9001.

Happy testing!

Let me know if you have any problems.

Kind Regards,

Bart