uitest ships with a built-in command line parser , located in the bin/uitest; it exposes passed arguments as positional ones and named options
if you have not install uitest , please read installation
The uitest command has four available command:
Example:
$ uitest init -c
$ uitest init -l debug
Example:
$ uitest run -f test/go.js
$ uitest run --file test/go.js
$ uitest run -c http://demo.example.com/test.html
$ uitest run -r -f test/go.js
Note
-c, --html command you need to read run html
-r, --remote command requires a test server center (we call it utserver)
Start the server / do a single run
Example:
$ uitest start
Note
this command requires a test server center (we call it utserver)
Auto install browsers plugin
if it`s not work , you can install by yourself , the plugins path is:
Warning