# Installation

# Requirements

To install the UITest, Node.js (opens new window) environment is required.

# Install from NPM

$ npm i uitest --save-dev

# Sample

$ git clone https://github.com/macaca-sample/uitest-sample.git --depth=1
$ cd uitest-sample
$ npm i
$ npm run test

# More