- Docker
- docker-compose
- Create a
.env
file based on .env.example and then modify MYSQL parameters - Run
docker-compose up
- That's it.
First let's install selenium:
pip install --upgrade selenium
Use the following command to run tests
python manage.py test --keepdb
And please be patient ;)