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
+5
View File
@@ -129,6 +129,11 @@ describe('parseCommand', () => {
);
expect(result.success).toBe(true);
});
it('should parse screenshot with annotate', () => {
const result = parseCommand(cmd({ id: '1', action: 'screenshot', annotate: true }));
expect(result.success).toBe(true);
});
});
describe('cookies', () => {