annotated screenshots (#503)

* screenshot annotation

* fixes

* fix CI checks

* fixes

* fixes

* fixes

* fixes

* fixes
This commit is contained in:
Chris Tate
2026-02-18 22:20:01 -06:00
committed by GitHub
parent 06a32f4191
commit e2e259f1e2
12 changed files with 445 additions and 14 deletions
+1
View File
@@ -753,6 +753,7 @@ const screenshotSchema = baseCommandSchema.extend({
selector: z.string().min(1).nullish(),
format: z.enum(['png', 'jpeg']).optional(),
quality: z.number().min(0).max(100).optional(),
annotate: z.boolean().optional(),
});
const snapshotSchema = baseCommandSchema.extend({