tags:

views:

309

answers:

2

Have anyone come across open source tools/framework for Webkit browser test automation?

A: 

I haven't seen a framework to run the tests but if you're looking for input to test against there is Ian Hickson's adhoc and evil test suites in addition to the traditional acid tests.

SpliFF
A: 

There is (not tried) WebAii Automation Framework where the current Beta 2.0.0.1 has Safari 3 support added on windows (it's free but I don't think it's opensource).

If you want do it yourself:

On Apple you should be able to script it AppleScript or from

MAC OS X > 10.4: there is Automator

On Windows you might consider using P/Invoke and looking at the WinLauncher tool from WebKitTools

jitter

related questions