Content Preview
# Export Template
Tests CSV and PDF export, download triggering, and file verification.
## Prerequisites
- Authenticated session via `{{authStorageStatePath}}`
- Dashboard or report page at `{{baseUrl}}/{{reportPath}}`
---
## TypeScript
```typescript
import { test, expect } from '@playwright/test';
import path from 'path';
import fs from 'fs';
test.describe('Export', () => {
test.use({ storageState: '{{authStorageStatePath}}' });
test.beforeEach(async ({ page }) => {
await page.goHow to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/export.md \
https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/playwright-pro/templates/dashboard/export.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/alirezarezvani/claude-skillsThen reference at engineering-team/playwright-pro/templates/dashboard/export.md
Related Skills
model-export-helper
This skill provides automated assistance for model export helper tasks within the ML Deployment domain.
model-export-helpermodelexporthelper
by jeremylongshore · plugins-plus-skills
semantic-tree-export
Export the active semantic tree to a file for backup, sharing, or transfer to another system.
commandssemantictreeexport
by qdhenry · claude-command-suite
azure-monitor-opentelemetry-exporter-java
Azure Monitor OpenTelemetry Exporter for Java. Export OpenTelemetry traces, metrics, and logs to Azure Monitor/Application Insights.
developmentazuremonitoropentelemetry
by sickn33 (Antigravity) · antigravity-awesome-skills
azure-monitor-opentelemetry-exporter-py
Azure Monitor OpenTelemetry Exporter for Python. Use for low-level OpenTelemetry export to Application Insights.
developmentazuremonitoropentelemetry
by sickn33 (Antigravity) · antigravity-awesome-skills