DbBot icon indicating copy to clipboard operation
DbBot copied to clipboard

DbBot is a tool to serialize Robot Framework test run results into a SQLite database.

Results 15 DbBot issues
Sort by recently updated
recently updated
newest added

Issue found not able to move ahead. ``` (Robot) C:\Users\Rahul.Mangal>python -m dbbot.run E:/routput.xml Traceback (most recent call last): File "C:\Users\Rahul.Mangal\.conda\envs\Robot\lib\runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) File "C:\Users\Rahul.Mangal\.conda\envs\Robot\lib\runpy.py",...

Traceback (most recent call last): File "C:\Users\Arjun.Choyikkandy\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\Arjun.Choyikkandy\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "D:\sunday\d\DbBot-SQLAlchemy\dbbot\run.py", line 53, in DbBot().run() File...

I am new to this tool but found it quite useful. But when I try to parse the report which generated by Robot Framework 3.1 + Python 3.5, It failed...

It seems that error message in test status is not parsed from output.xml and saved to db. Fixing this would only require adding two lines of code (one for parsing...

In test_runs table, the column started_at and finished_at are added for the entire suite to get the time elapsed. There is a requirement to get the start and end time...

It would be useful, if the dbbot could save a table for continuous integration server information for each test run. Analysing the test results in context of CI server information...

I reformatted the "How it works" section to make it more readable. I rewrote the last sentence in the first paragraph for "What is stored" to make it more concise.

DbBot should enable users to choose which database is used. dbbot/reader/database_writer.py and dbbot/reader/robot_results_parser.py are also poorly named, as they are sqlite3-specific. they should be renamed. It should be possible to...

Hi, I use DBBOT and when I record the file output.xml in the database, the field “suite_id” is empty in all the tables safe in the table “tests”. thank you...