Skip to content

tastee/tastee-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

executable npm module for tasty

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages