# 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
