Now that 5.4 is out I'd like to submit a couple of small patches so I downloaded 5.4 and followed the instructions here
https://tapestry.apache.org/building-tapestry-from-source.html everything went smoothly but the following tests fail ActivationContextIntegrationTests. testStartup ActivationContextIntegrationTests2. testStartup DoctypeTests. testStartup PageCatalogTests. testStartup ProductionModeTests. testStartup AppFolderTests. testStartup LinkTransformerIntegrationTest. testStartup ReloadTests. testStartup GridSymbolDemoTests. testStartup When I run gradle build from the command line I get this message in Firefox (version 44.0.2) running on OS X 10.11.3 Firefox can't find the file at chrome://src/content/RemoteRunner.html?sessionId=2b72c3d62fe64efc89a7a00e35e19f1c&multiWindow=true&baseUrl= http://localhost:9090/&debugMode=false&driverUrl=http://localhost:4444/selenium-server/driver/ . which seems to match this issue which basically says this is deprecated and no longer works https://github.com/SeleniumHQ/selenium/issues/1444 Is this the case or is there some other trick that's not in the build instructions?