You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Acceptance tests are categorized into cliapi and webUI. For that we both:
start the suite name with cliapi or webUI
tag every feature file in the suite with cliapi or webUI
run each suite by name and specify the appropriate tag, e.g. run acceptance test suite cliMain and filter by tag cli
Problem:
if a feature file in the suite is missing the appropriate tag, or has the wrong tag, then the test scenarios in that feature do not get run, and no error occurs.
In this case filtering by tag is redundancy that introduces the possibility of "silent" errors. See PR #34517
Think about how to do this better.
The text was updated successfully, but these errors were encountered:
GitMate.io thinks possibly related issues are #22492 (test), #31579 (test), #22485 (test), #33443 (Acceptance tests static tags), and #33517 ([WIP] Acceptance test for static tags).
Acceptance tests are categorized into
cli
api
andwebUI
. For that we both:cli
api
orwebUI
cli
api
orwebUI
cliMain
and filter by tagcli
Problem:
In this case filtering by tag is redundancy that introduces the possibility of "silent" errors. See PR #34517
Think about how to do this better.
The text was updated successfully, but these errors were encountered: