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
Copy file name to clipboardExpand all lines: docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md
+20
Original file line number
Diff line number
Diff line change
@@ -925,6 +925,26 @@ To split tests in the most efficient way possible, use:
925
925
926
926
---
927
927
928
+
### `shardTagsEnabled`
929
+
<p><small>| OPTIONAL | BOOLEAN |</small></p>
930
+
931
+
When sharding is configured and the suite is configured to filter scenarios by [tags](#tags), it is possible for feature files to be allocated to VMs only to be skipped if the
932
+
feature file doesn't contain any scenarios matching the specified tags.
933
+
934
+
With `shardTagsEnabled` enabled, saucectl will filter out feature files that do not contain scenarios matching the given tags. This will prevent wasted VM allocations.
0 commit comments