Requirements for Web Test Suite

Web browser must be Firefox

The web tests are written with Selenium Test Runner, which works in Firefox only.

Page caching must be on

By default, Tapestry page caching is on. This is desirable when running the web tests. If page caching is off, the tests will progessively until the JVM memory runs out and JBoss crashes! Page caching will be off only if have explicitly set JAVA_OPTS to include -Dorg.apache.tapestry.disable-caching=true. See http://tapestry.apache.org/tapestry4/UsersGuide/configuration.html for a discussion of this and several startup options.

More Info

Please read the notes in the Tips > Web Tests section of Tapestry JumpStart web site.

Run It

Smoke Tests

To Login