Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在尝试从我的本地 mac 机器运行一些 BDD行为测试时,我遇到了以下错误。有没有其他人经历过它以及任何修复它的建议。
HOOK-ERROR in before_all: KeyError: 'SELENIUM_HUB'
通过在运行行为测试时在命令行传递缺少的键(用户定义的参数,形式为 -D Name=Value)来修复问题$ behave -D SELENIUM_HUB=local
$ behave -D SELENIUM_HUB=local