@tagit/presentation-playwright
v1.0.0
Published
Allowlisted Playwright helpers for tagIt presentation scenarios
Readme
@tagit/presentation-playwright
Allowlisted Playwright execution and recording helpers for shared presentation scenarios.
import { recordPresentationScenario } from '@tagit/presentation-playwright';
await recordPresentationScenario(browser, scenario, {
baseUrl: 'http://127.0.0.1:4173',
outputDir: 'artifacts/recordings/example',
setup: async (page) => {
await page.goto('/demo');
},
});Keep credentials and deterministic data setup outside the scenario. Recording failures identify the scenario step, action index, and semantic target and retain visual evidence.
