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');
});