Does Python have anything Like Capybara/Cucumber?

后端 未结 7 1238
星月不相逢
星月不相逢 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:13

    Have you checked freshen, or pea?

    Pea does not use the syntax of cucumber, but the author says that is easier https://github.com/gfxmonk/pea

    And Freshen is trying to clone Cucumber's syntax and functionalities

    https://github.com/rlisagor/freshen

提交回复
热议问题