Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 296 Bytes

File metadata and controls

8 lines (5 loc) · 296 Bytes

applitools-hackathon

first set the applitools api key

export APPLITOOLS_API_KEY=xxx

Use this command to execute the tests:

docker run -ti -e APPLITOOLS_API_KEY=$APPLITOOLS_API_KEY -w /usr/workspace -v $(pwd):/usr/workspace joyzoursky/python-chromedriver:3.7 /bin/bash -c ./run_tests.sh1