【发布时间】:2020-03-11 07:59:42
【问题描述】:
我尝试了几个命令,但似乎没有任何效果。要么全部转义,要么不运行。
@TestFeature
Feature: Test Feature
Testing sample feature
Background: Logging in
@manual
Scenario: A
Given
Scenario Outline: B
我想运行Test Feature 并跳过标记为manual 的场景。我试过了-
npx cypress run --env TAGS=@TestFeature and not @manual --browser chrome
但它不起作用。也尝试了类似的组合,但没有任何效果。
【问题讨论】: