https://github.com/joonasinisalo/crt-mysql
MySQL example for Copado Robotic Testing.
https://github.com/joonasinisalo/crt-mysql
copado-robotic-testing mysql robotframework
Last synced: about 1 month ago
JSON representation
MySQL example for Copado Robotic Testing.
- Host: GitHub
- URL: https://github.com/joonasinisalo/crt-mysql
- Owner: joonasinisalo
- Created: 2023-03-31T07:39:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T09:16:33.000Z (about 3 years ago)
- Last Synced: 2025-02-07T12:28:45.992Z (over 1 year ago)
- Topics: copado-robotic-testing, mysql, robotframework
- Language: RobotFramework
- Homepage: https://robotic.copado.com/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MySQL in Copado Robotic Testing
How to connect to a database and add and remove data using MySQL protocol in
Copado Robotic Testing.
## Dependencies (check requirements.txt file)
- robotframework-databaselibrary
- pymysql
## Variables
Define the following variables in suite or robot level in your CRT project:
- **dbname** - name of your database
- **dbuser** - username
- **dbpass** - password
- **dbhost** - address to the host server (example: my.database.server.com)