a2fa91584d
- Add a11y-client.ts: browser-side code using dom-accessibility-api (41KB) - Single page.evaluate() call instead of multiple CDP roundtrips - Zero element handles - everything runs in page context - Stable refs from test IDs (data-testid, data-test-id, id) instead of e1, e2 - Add locator param to scope snapshots to subtrees - Fixes cross-frame 'Unable to adopt element handle' error (issue #39)
11 lines
204 B
JSON
11 lines
204 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"types": ["node", "chrome"]
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["src/a11y-client.ts"]
|
|
}
|