为什么跳过我的pytest selenium函数?

时间:2016-04-01 14:49:45

标签: python selenium

我目前正在学习如何使用pytest selenium。这是我尝试运行的简单函数:

def test_example(base_url, selenium):
    selenium.get('{0}'.format(base_url))

我在pytest.ini文件中定义了base_url,如下所示:

[pytest]
base_url = http://www.facebook.com

我使用py.test --driver Firefox在linux命令shell中运行,但跳过该功能。

结果如下:

enter image description here

有谁知道如何解决这个问题?

0 个答案:

没有答案