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.
我怎样才能开始呢?是否可以?你能给我一些简单的例子吗?例如,我使用以下命令启动定义的标记测试: parallel_cucumber features/ -p [@critical] 之后启动所有测试,包括未标记的测试。
找到了解决方案:
parallel_cucumber features --test-options '--tags @critical' .
在这种情况下,只会启动带有 @critical 标签的功能。