Skip to content

tastee/tastee-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tastee Docker image

This is a docker with Tastee, selenium and firefox driver.

Usage

Get and build container...

git clone https://github.com/tastee/tastee-docker.git
docker build -t "tastee" .

and run :

docker run -it -v <LOCAL_PATH>:/tmp/tastee tastee -b firefox -o /tmp/tastee/report /tmp/tastee/

LOCAL_PATH is a directory containing Tastee files.

Known issues

  • Do not work with Chrome for now : unable to start Chrome within the docker