Skip to content

Automatically exported from code.google.com/p/robotframework-mabot

License

Notifications You must be signed in to change notification settings

putaodoudou/mabot

 
 

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

No packages published

Languages

  • Python 90.5%
  • HTML 6.0%
  • JavaScript 2.7%
  • Other 0.8%