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/sharding-espresso.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -302,8 +302,24 @@ filters:
302
302
values: ["com.lambdatest.proverbial"]
303
303
```
304
304
305
+
305
306
This example will fetch all the test cases from 2 classes and 1 package as defined above and divide them with respect to concurrency given in the yaml file.
306
307
308
+
## Annotations in Sharding
309
+
310
+
You can also filter your Espresso tests based on annotations while using sharding. This helps you execute only the test cases marked with specific annotations.
0 commit comments