Does Python have anything Like Capybara/Cucumber?

You can test Python code using Cucumber – see the Cucumber wiki on github for more information.

If you want a pure Python solution, check out Lettuce. I’ve never used it, but there is a fairly useful looking blog entry about it and splinter here.

Leave a Comment