playwright-sit-converter
v1.0.2
Published
Convert Playwright test scripts to SIT (System Integration Testing) documentation
Downloads
18
Maintainers
Readme
Playwright SIT Converter
Convert Playwright test scripts to SIT (System Integration Testing) documentation in CSV format.
Installation
npm install -g playwright-sit-converterUsage
- First, set your Google Gemini API key:
export GEMINI_API_KEY=your_api_key_here- Record your app with playwright
npx playwright codegen {url} -o input.test- Run the tool against:
play2sit- Check
output.csvfor your test cases
