UNPKG

playwright-sit-converter

Version:

Convert Playwright test scripts to SIT (System Integration Testing) documentation

31 lines (20 loc) 509 B
# Playwright SIT Converter Convert Playwright test scripts to SIT (System Integration Testing) documentation in CSV format. ## Installation ```bash npm install -g playwright-sit-converter ``` ## Usage 0. First, set your Google Gemini API key: ```bash export GEMINI_API_KEY=your_api_key_here ``` 1. Record your app with playwright ``` npx playwright codegen {url} -o input.test ``` 2. Run the tool against: ```bash play2sit ``` 3. Check `output.csv` for your test cases