
from agent-skills226
Generate Nemo.js (PayPal) end-to-end automation tests in JavaScript, with examples for Mocha, locator patterns and TestMu cloud integration.
This skill helps agents generate and explain end-to-end (E2E) tests using Nemo.js, PayPal's Selenium-based test framework for Node.js. It provides patterns and ready-made examples (Mocha tests, view locators, configuration) so agents can produce runnable test code, configure drivers, and integrate with cloud execution platforms like TestMu/TestMu AI (via LambdaTest).
Use when a user asks for Nemo.js test examples, needs to scaffold login or flow tests, wants configuration snippets for local WebDriver or cloud execution, or asks for best practices around locators, timeouts and CI integration. Triggers on mentions of "Nemo.js", "nemo automation", "nemo test", or requests to generate JavaScript E2E tests.
Agents that can generate JavaScript code and provide CLI guidance (Copilot/GitHub Copilot-style models, Codex, Claude Code) and CI/CD-aware automation assistants.
Nemo.js automation skill for generating PayPal's Selenium-based E2E tests in JavaScript. Well-structured SKILL.md with clear code examples, proper frontmatter, and progressive disclosure via reference docs. No scripts bundled. No security concerns — uses env vars for credentials, no destructive commands or suspicious network calls. Niche but genuinely useful for teams using Nemo.js.
Clean skill with no bundled scripts. Good example of progressive disclosure pattern with reference/ and shared/ directories. Test credentials in code are obviously dummy values.