up vote 3 down vote favorite
2
share [g+] share [fb]

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

link|improve this question
feedback

2 Answers

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

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown