开发者

Twill alternative for integration testing

开发者 https://www.devze.com 2023-03-20 04:44 出处:网络
I am using to twill to do integration testing for an AppEngine (using tipfy micro framework) application but unf开发者_StackOverflow中文版ortunately twill is not maintained and I cannot test PUT and D

I am using to twill to do integration testing for an AppEngine (using tipfy micro framework) application but unf开发者_StackOverflow中文版ortunately twill is not maintained and I cannot test PUT and DELETE requests. Is there any similar solution?

I am thinking of using PhantomJS, there are some python bindings and it can execute JS (as it is a headless webkit but I have not found much).


There are not many alternatives for headless JS testing, you could try selenium 2 web driver. Good luck :)

0

精彩评论

暂无评论...
验证码 换一张
取 消