annotated screenshots (#503)
* screenshot annotation * fixes * fix CI checks * fixes * fixes * fixes * fixes * fixes
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user