This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Automatically exported from code.google.com/p/robotframework-mabot
License
robotframework/mabot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Mabot ===== Introduction ------------ Manual test result reporting tool for Robot Framework. It uses same file formats as Robot Framework. It has following features: - Manual test cases can be saved to same format as automated tests. - Easy and simple way for marking test execution results. - Tagging functionality makes it easy to collect statistics - Same output format with Robot Framework allows combining manual and automated tests' results to one report. For more information, see http://code.google.com/p/robotframework-mabot/. Installation ------------ Run `python setup.py install` or visit http://code.google.com/p/robotframework-mabot/ for distribution and installation instructions. Usage ----- Mabot is started with command `mabot` Additionally a path to test data or saved xml can be given with possible command line options before the path. Robot Frameworks `rebot` tool is used for post-processing outputs. Examples:: mabot mabot --include manual my_tests.html mabot results.xml For more information, run `mabot --help` or see http://code.google.com/p/robotframework-mabot/ Directory Layout ---------------- atest/ Acceptance tests. Naturally using Mabot. src/ Mabot source code. utest/ Unit tests.
About
Automatically exported from code.google.com/p/robotframework-mabot
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published