Setup & Installation
npx skills add https://github.com/LambdaTest/agent-skills --skill nemojs-skill
https://github.com/LambdaTest/agent-skills/tree/main/nemojs-skill
View on GitHubWhat This Skill Does
Generates Nemo.js end-to-end test code in JavaScript. Nemo.js is PayPal's Selenium-based test framework for Node.js, and this skill scaffolds tests using Mocha and Chai with Nemo's view locator API.
Nemo.js has sparse documentation and few examples online, so having a skill that knows its locator API and config format saves time you'd otherwise spend reading source code.
When to use it
- Writing login flow tests with Nemo's view locator syntax
- Setting up Nemo.js config files for local and remote Selenium grids
- Generating wait-and-find patterns for flaky element lookups
- Running Nemo.js test suites on LambdaTest cloud browsers
- Scaffolding Mocha-based test files with Nemo driver setup and teardown