https://github.com/marius-test/robot_framework_automation
Robot Framework Automation
https://github.com/marius-test/robot_framework_automation
automation automation-framework automation-testing python robotframework
Last synced: 7 months ago
JSON representation
Robot Framework Automation
- Host: GitHub
- URL: https://github.com/marius-test/robot_framework_automation
- Owner: marius-test
- Created: 2025-05-22T16:18:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-07-04T20:30:22.000Z (7 months ago)
- Last Synced: 2025-07-04T20:35:34.377Z (7 months ago)
- Topics: automation, automation-framework, automation-testing, python, robotframework
- Language: HTML
- Homepage: https://github.com/marius-test/robot_framework_automation
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# robot_framework_automation
Automation demonstration using **Robot Framework**.
### Project Structure
- `data`: external test data files for use in automation
- `debug`: contains debugging scripts (e.g., `debug.py`)
- `docs`: commands and instructions files
- `mock_data`: mock data files (e.g., `dolorem_ipsum.txt`)
- `output`: generated HTML reports and logs from test runs
- `resources`: contains reusable resource files like `resources.robot`
- `tests`: contains test cases and templates (e.g., `test_template.robot`)
### Purpose
This project aims to demonstrate the capabilities of Robot Framework by building a solid and reusable test automation framework. It provides a foundation for creating reliable automated tests that can be extended and adapted to various testing needs. By incorporating best practices and reusable components, it helps improve test coverage and streamline the testing process.
### Tools and Libraries
- Robot Framework
- SeleniumLibrary
- Python