Greasemonkey Script Testing Scheme

I need a framework to test my greasemonkey scripts. UxU claims to provide this , but I do not read Japanese, so I cannot really follow the documentation.

Any suggestions?

+3
source share
1 answer

Google translate does a great job with the non-English version of these pages .

And, if you download the code (uxu-0.9.0.xpi), it is in English.

In addition, for automatic testing, Selenium should work with / with modified GM pages (but I did not need to check it myself).

+2
source

All Articles