NemoJS

Prev Next

Nemo is both a framework and a set of established practices for automating the testing of web and even native applications. Its utility extends to various creative applications. A prevalent approach is to combine Nemo with a task runner like Grunt and a test runner like Mocha. However, Nemo is adaptable to different task and test runners as well.

  • Install Node.js and NPM: Make sure you have the latest version of Node.js and NPM installed on your system.
  1. Inside a new directory, run the following command to install required packages, including "Nemo", listed in package.json:
    npm install
    
    Plain text
  1. Personal Info: In "nemo.config.js", provide your personal details:
    • pCloudy_Username: Your email address.
    • pCloudy_ApiKey: Your API key.

To execute the Nemo test script:

  1. Open the terminal and navigate to the project directory.
  2. Run the following command:
npx nemo nemo.config.js
Plain text

The complete sample and documentation are available in the pCloudy GitHub Repository : Github