我有10个要排除api.feature和integration.feature的功能文件。如何使用behave完成此操作?
behave --tags @test --no-capture --show-timings -e (int|u)
behave --tags @test --no-capture --show-timings -e api.feature -e integration.feature 以上两个选项都不起作用。
发布于 2016-02-26 02:24:32
https://stackoverflow.com/questions/35635154
复制相似问题