GUI Retry Debugger for Robot Framework
Project description
🤖 Robot Framework GUI Debugger & Retry Tool
A live GUI-based debugger for Robot Framework that intercepts test failures, displays call stacks, and allows users to retry failed keywords with edited arguments — all without restarting the test run.
🥉 Features
- ✅ Opens a GUI at the start of test execution
- ✅ Intercepts keyword failures and allows retry or skip
- ✅ Editable argument fields with validation
- ✅ Live variable viewer / Editor
- ✅ Call stack view with live updates
- ✅ Retry logging with result tagging (
debugger-retried,debugger-skipped) - ✅ Works in listener mode
- ✅ Handles
Run Keyword And Ignore Error, and others - ✅ Light, standalone — no server or browser needed
🚀 Installation
pip install robot-retrier
🥪 Usage Options
✅ As a Listener
robot --listener RobotRetrier tests/
This hooks directly into Robot's execution and shows the GUI on failure.
Good for manual triggering or environments where listeners aren’t usable.
🖥️ How It Works
- At test start, the GUI opens
- Every keyword is logged to a live stack tree
- On failure:
- GUI highlights the failed keyword
- User can retry with modified arguments or skip it
- Execution resumes based on user choice
- Logs and stack remain visible throughout the suite
🧠 Design Notes
- ✅ Built for Robot Framework 6.1+
- ✅ Uses Listener API v3
- ✅ Tkinter-based for full offline GUI support
- ❌ Does not depend on Selenium, Appium, or browser-based UIs
- ✅ Supports long-running tests and deep stacks with auto-trimmed logs
⚙️ Advanced Features
Muted Keywords: Automatically skips retry for wrapped keywords like:Run Keyword And Ignore ErrorRun Keyword And Return Status
Retry Signature: Auto-loads expected arguments for any keywordLive Logs: Auto-scroll and trim old lines to keep UI fast
📄 License
MIT License. Use freely with attribution.
👨💻 Author
Made with ❤️ by [Suriya]
Contributions and feedback welcome!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file robot-retrier-0.3.0.tar.gz.
File metadata
- Download URL: robot-retrier-0.3.0.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e916044f70dae82d90edb69586df70dbe506b5cd0b572b718eaca63de308241c
|
|
| MD5 |
a8df3c6a764dd78290a270c0da149075
|
|
| BLAKE2b-256 |
fb1a6aff833981ec587d69f164d742a0e3eb94acd9232f63f6e0a44443d14a76
|
File details
Details for the file robot_retrier-0.3.0-py3-none-any.whl.
File metadata
- Download URL: robot_retrier-0.3.0-py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4841449fb0150c593e8043f9a29bcba0382a143c1972124168f11fe3d7eb8819
|
|
| MD5 |
f2bcd616c5c3cb8e035c31b37d3e2ee8
|
|
| BLAKE2b-256 |
138e2b1ce8bdd186de38660d08b70afc8dda6187c4406cb5c2942e911200c3d8
|