Does Python have anything Like Capybara/Cucumber?

后端 未结 7 1166
星月不相逢
星月不相逢 2021-01-29 23:48

Ruby has this great abstraction layer on top of Selenium called Capybara, which you can use do functional/acceptance/integration testing. It also has another library called Cuc

相关标签:
7条回答
  • 2021-01-30 00:18

    How about Robot Framework. It's pretty awesome. And with Selenium2Library it works really well with SE2. http://robotframework.org/

    0 讨论(0)
提交回复
热议问题