nemojs-skill
Installation
SKILL.md
Nemo.js Automation Skill
PayPal's Selenium-based test automation framework for Node.js.
For TestMu AI cloud execution, see reference/cloud-integration.md and shared/testmu-cloud-reference.md.
Core Patterns
Basic Test (Mocha)
const Nemo = require('nemo');
const { expect } = require('chai');
describe('Login Flow', function() {
this.timeout(30000);
let nemo;