protractor-skill

Installation
SKILL.md

Protractor Automation Skill (Deprecated)

Protractor reached end-of-life in 2023. Angular team recommends Playwright or Cypress.

For TestMu AI cloud execution, see reference/cloud-integration.md and shared/testmu-cloud-reference.md.

Core Patterns

Basic Test

describe('Login', () => {
  beforeEach(async () => {
    await browser.get('/login');
  });
Installs
75
GitHub Stars
307
First Seen
Mar 5, 2026
protractor-skill — lambdatest/agent-skills