Automated test framework converter for migrating test cases from Zephyr, JIRA/Xray, and TestLink to Robot Framework format with bulk processing capabilities
Project description
Importobot
Importobot is a Python package for converting test case exports from Zephyr, TestRail, Xray, and TestLink into runnable Robot Framework suites. It was built to automate the tedious process of manually migrating large test libraries.
What's new
Recent Improvements:
- MongoDB Library Support: Fixed MongoDB library integration by replacing broken
robotframework-mongodblibrarywith modernrobot-mongodb-library - Type Safety: Enhanced type checking and fixed enum conversion issues
- Code Quality: Improved linting compliance and code organization
See the changelog for a full list of changes.
Installation
For end-users, install from PyPI:
pip install importobot
For developers contributing to the project, see the Project Setup instructions.
Quick Start
import importobot
# Convert a single file from Zephyr JSON to a Robot Framework file
converter = importobot.JsonToRobotConverter()
summary = converter.convert_file("zephyr_export.json", "output.robot")
# Convert an entire directory of exports
result = converter.convert_directory("./exports", "./converted")
Documentation
All documentation is in the project wiki.
- Getting Started: Install the tool and run your first conversion.
- User Guide: See detailed examples and usage patterns.
- How to Navigate this Codebase: For developers who want to understand the architecture.
Community
For questions and discussions, please use the GitHub issue tracker.
Contributing
Contributions are welcome. Please see the Contributing Guide for more information.
License
Project details
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 importobot-0.1.4.tar.gz.
File metadata
- Download URL: importobot-0.1.4.tar.gz
- Upload date:
- Size: 314.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c36451736339d636be6146632ba582ebc1fe868edae43b045ae9cde1801e2569
|
|
| MD5 |
6451cdd5d6eca66a768bbfceadf86d08
|
|
| BLAKE2b-256 |
c4964dcce174f2182a78b8940eb991a4281428f1924442521a4b5186f6ea2fad
|
File details
Details for the file importobot-0.1.4-py3-none-any.whl.
File metadata
- Download URL: importobot-0.1.4-py3-none-any.whl
- Upload date:
- Size: 385.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adaff73136d5c54ad1db2357812b0fd9c16840af9df9c8df8c65c7fe9426ae7e
|
|
| MD5 |
faf2dd5bba8008d551768f1239de13b9
|
|
| BLAKE2b-256 |
c4eb794dc36696a3a25da955f72e9639a00edcba26ef63a282a5da8cfd1b8cbb
|