Search code examples
pythonseleniumbug-trackingmantis

Making Selenium work with bug reporting software


I've developed an automated test application with Selenium (using Python) and I was wondering if there was a way to automatically generate a bug report in a bug tracker such as Mantis. I have looked on Google but no luck so far.

I want to be able to track the bug (open, resolved, ongoing) once generated and assign it to a person or a team.


Solution

  • Thanks to Carsten answer i was able to find http://wiki.opencsw.org/file-bugs-via-a-script and my implementation is going forward. It seems that mantis is the best tool for my need.