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.
我正在使用 mink/behat 来测试我的网站。我需要在其他功能之前执行某些功能。有没有办法指定执行顺序?
例如:有 3 个功能:Administration、Login、Buy 我需要按此顺序执行它们:Login、Administration、Buy
谢谢!
Behat 按字母顺序执行文件。您可以在它们前面加上一个数字来强制订购。
然而...
场景是独立的,执行顺序无关紧要。