0.9.18 • Published 5 years ago

tastee v0.9.18

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

tastee-npm

executable npm module for tastee

Usage

Install Tastee

git clone https://github.com/tastee/tastee-npm.git 
cd tastee-npm 
npm uninstall -g tastee
npm install -g 

Launch Tastee

tastee -b <browser> -o <output> -r <extract> -e <headless> -l <logLevel> <FOLDER>

is chrome or firefox. is the path of the directory where the final report is generated. is the name of the extractor used. For now, it can only be html. enable headless mode for chrome and firefox. (default is false). set log level (error|warn|info|verbose|debug|silly) default error, use debug to see executed instructions. is a directory containing the following tastee files OR just a file.

Example

tastee -b firefox starting-tastee.html 
tastee -b chrome /tmp 
tastee -b chrome -r html /tmp 
tastee -b chrome -r html -o /tmp/report/ ../tastee_folder 
tastee -b chrome -r html -o /tmp/report/ -e true ../tastee_folder 
tastee -b chrome -r html -o /tmp/report/ -e true -l debug ../tastee_folder 
0.9.18

5 years ago

0.9.17

5 years ago

0.9.16

6 years ago

0.9.15

6 years ago

0.9.14

6 years ago

0.9.12

6 years ago

0.9.11

6 years ago

0.9.9

6 years ago

0.9.8

6 years ago

0.9.4

6 years ago

0.9.3

6 years ago

0.9.2

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago