Commit c1f80947 c1f80947fa3a798f5cb712076ede1ca80fe013e6 by Nicolas Perriault

enhanced usage.txt

1 parent bed4944e
1 1
2 Usage: 2 Usage: casperjs [options] script.[js|coffee] [script argument [script argument ...]]
3 $ casperjs [options] script.[js|coffee] [script argument [script argument ...]] 3 casperjs [options] test [test path [test path ...]]
4
5 Options:
6
7 --run-tests Discovers and run tests at given location
8 --cookies-file=/path/to/cookies.txt Sets the file name to store the persistent cookies
9 --config=/path/to/config Specifies path to a JSON-formatted config file
10 --disk-cache=[yes|no] Enables disk cache (at desktop services cache storage location, default is 'no')
11 --ignore-ssl-errors=[yes|no] Ignores SSL errors (i.e. expired or self-signed certificate errors)
12 --load-images=[yes|no] Loads all inlined images (default is 'yes')
13 --load-plugins=[yes|no] Loads all plugins (i.e. 'Flash', 'Silverlight', ...) (default is 'no')
14 --local-to-remote-url-access=[yes|no] Local content can access remote URL (default is 'no')
15 --max-disk-cache-size=size Limits the size of disk cache (in KB)
16 --output-encoding Sets the encoding used for terminal output (default is 'utf8')
17 --proxy=address:port Sets the network proxy (e.g. "--proxy=192.168.1.42:8080")
18 --script-encoding Sets the encoding used for the starting script (default is 'utf8')
19 --version Prints out CasperJS version
4 20
5 Read the docs http://n1k0.github.com/casperjs/ 21 Read the docs http://n1k0.github.com/casperjs/
...\ No newline at end of file ...\ No newline at end of file
......