** ADMIRATION FOR THE UNKNOW **
Before, Keep your motivation and excitement level high!
Robotic process automation of database postgresql with robot framework
- Docker
- Python
- Postgres
- PGAdmin4 (optional)
- psycopg
- robot framework
- robotframework-databaselibrary
- robotframework-postgresqldb
# docker pull postgres
# docker run
# --name cael-psql
# -p 5455:5432
# -e POSTGRES_USER=postgresUser
# -e POSTGRES_PASSWORD=postgresPW
# -e POSTGRES_DB=postgresDB
# -d
# postgres
# docker pull dpage/pgadmin4
# docker run -p 80:80 \
# -e "PGADMIN_DEFAULT_EMAIL=admin@admin.com" \
# -e "PGADMIN_DEFAULT_PASSWORD=1234" \
# -d dpage/pgadmin4
# cd server_compose
# docker-compose up
# cd robot-container
# docker build -f ./Dockerfile -t robot .
# chmod +x scripts/run_suite.sh
# docker-compose up
PASSION FOR DISCOVERY