Does Python have anything Like Capybara/Cucumber?

后端 未结 7 1239
星月不相逢
星月不相逢 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/

提交回复
热议问题