Skip to content
Skillv1.0.0

playwright-migration

Step-by-step migration guides for moving to Playwright from Cypress or Selenium/WebDriver — command mappings, architecture changes, and incremental adoption strategies.

by testdino-hq(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from testdino-hq/playwright-skill (migration/SKILL.md). Install upstream with npx skills add testdino-hq/playwright-skill --skill migration. Copyright stays with the author.

Playwright Migration Guides

Move to Playwright with confidence — side-by-side command mappings, architecture translations, and incremental migration strategies.

2 guides covering complete migration paths from the most popular testing frameworks.

Guide Index

Migrating from Guide
Cypress from-cypress.md
Selenium / WebDriver from-selenium.md

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/testdino-hq-playwright-skill-migration/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

testdino-hq-playwright-skill-migration.ocm.jsonjson
{
  "ocm": "1",
  "id": "testdino-hq-playwright-skill-migration",
  "kind": "skill",
  "name": "playwright-migration",
  "description": "Step-by-step migration guides for moving to Playwright from Cypress or Selenium/WebDriver — command mappings, architecture changes, and incremental adoption strategies.",
  "publisher": "testdino-hq",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Step-by-step migration guides for moving to Playwright from Cypress or Selenium/WebDriver — command mappings, architecture changes, and incremental adoption strategies."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/testdino-hq/playwright-skill",
      "path": "migration/SKILL.md",
      "ref": "400e4256cd22669ad69c18d31d3e5541e4e1c2a3",
      "url": "https://github.com/testdino-hq/playwright-skill/blob/400e4256cd22669ad69c18d31d3e5541e4e1c2a3/migration/SKILL.md",
      "key": "testdino-hq/playwright-skill/migration/SKILL.md"
    }
  },
  "instructions": "# Playwright Migration Guides\n\n> Move to Playwright with confidence — side-by-side command mappings, architecture translations, and incremental migration strategies.\n\n**2 guides** covering complete migration paths from the most popular testing frameworks.\n\n## Guide Index\n\n| Migrating from | Guide |\n|---|---|\n| Cypress | [from-cypress.md](from-cypress.md) |\n| Selenium / WebDriver | [from-selenium.md](from-selenium.md) |",
  "cost": {
    "context_tokens": 105
  }
}

Fetch it by URL: GET /api/v1/registry/testdino-hq-playwright-skill-migration/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.

playwright-migration - Skill - OpenSmartRoute