Skip to content

cliveza/checkcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

docker build -t checkcheck .

Running

PRODUCT_URL and POSTAL_CODE are required

docker run -it --rm --memory 1024mb --shm-size 2g -e PRODUCT_URL='' -e POSTAL_CODE='' checkcheck:latest bash

Testing

docker run -it --rm --memory 1024mb --shm-size 2g -v $PWD:/home/seluser checkcheck:latest bash

make sure to to run /opt/bin/start-selenium-standalone.sh & before running the pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published