·positron-e2e-tests
</>

positron-e2e-tests

This skill should be used when writing, debugging, or maintaining Playwright e2e tests for Positron. Load this skill when creating new test files, adding test cases, fixing flaky tests, or understanding the test infrastructure.

13Installs·1Trend·@posit-dev

Installation

$npx skills add https://github.com/posit-dev/positron --skill positron-e2e-tests

How to Install positron-e2e-tests

Quickly install positron-e2e-tests AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/posit-dev/positron --skill positron-e2e-tests
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: posit-dev/positron.

SKILL.md

View raw

Provides specialized knowledge and patterns for writing correct, reliable Playwright e2e tests that follow Positron's established conventions and avoid common mistakes.

| app | Access workbench page objects: app.workbench.console, etc. | | page | Direct Playwright page access: page.getByLabel(...) | | python | Auto-start Python interpreter before test | | r | Auto-start R interpreter before test | | sessions | Manual session management: await sessions.start('python') |

| executeCode | Execute code: await executeCode('Python', 'print("hi")'); | | openFile | Open file: await openFile('workspaces/test/file.py'); | | hotKeys | Keyboard shortcuts: await hotKeys.closeAllEditors(); | | settings | Change settings: await settings.set({ 'key': value }); |

This skill should be used when writing, debugging, or maintaining Playwright e2e tests for Positron. Load this skill when creating new test files, adding test cases, fixing flaky tests, or understanding the test infrastructure. Source: posit-dev/positron.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/posit-dev/positron --skill positron-e2e-tests
Category
</>Dev Tools
Verified
First Seen
2026-03-09
Updated
2026-03-10

Browse more skills from posit-dev/positron

Quick answers

What is positron-e2e-tests?

This skill should be used when writing, debugging, or maintaining Playwright e2e tests for Positron. Load this skill when creating new test files, adding test cases, fixing flaky tests, or understanding the test infrastructure. Source: posit-dev/positron.

How do I install positron-e2e-tests?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/posit-dev/positron --skill positron-e2e-tests Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/posit-dev/positron