Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 32 additions & 22 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions packages/plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,29 @@ bun run build

The built plugin will be in `main.js`.

### Testing

```bash
# Run all tests
bun test

# Run tests in watch mode
bun test:watch

# Run tests with coverage
bun test:coverage

# Run iOS-specific tests
bun run test:ios
```

#### iOS Testing

For testing the plugin on iOS devices:
- **[iOS Testing Guide](docs/IOS_TESTING.md)** - Complete manual testing instructions
- **[iOS Testing Checklist](docs/IOS_TESTING_CHECKLIST.md)** - Comprehensive testing checklist
- **[iOS Test Suite](tests/ios/)** - Automated iOS-specific tests

### Project Structure

```
Expand Down
Loading
Loading