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.
只是想了解 BDD Story-scenario-Given-when-then 如何映射到 Kiwi 的 describe-context-it 作为一般经验法则,如果可能的话..只是为了了解应该去哪里编写测试时
我会说它按这个顺序映射
given-when-then => (describe/context)-it-should
至少我是这样使用它的,它对我有用。