3

I am using to twill to do integration testing for an AppEngine (using tipfy micro framework) application but unfortunately 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).

PanosJee
  • 3,866
  • 6
  • 36
  • 49

1 Answers1

2

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

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
iElectric
  • 5,633
  • 1
  • 29
  • 31