pbylicki / DbBot-SQLAlchemy

A tool for inserting Robot Framework test run results into SQL database using SQLAlchemy.
http://robotframework.org
Apache License 2.0
10 stars 11 forks source link

Import of xml file doesnt work with Robot Framework V4 #5

Open ciadoh opened 3 years ago

ciadoh commented 3 years ago

With version 4 of robot framework the import of the xml file seems to break now. It seems they have changed the format of the xml file around tags and now also have the new skipped status available. Is it possible to fix this so we can continue using this for our dashboards?

When trying to import a file now with RFv4 i get this:

ciadoh commented 3 years ago

Hi,

Do you think it will be updated to work with new robot framework version? The library is great to use for our reporting.

Thanks

On Thu, Apr 15, 2021 at 9:07 AM Ziguard @.***> wrote:

Hello, yes it's a problem with the fields that have been modified in the robot output

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pbylicki/DbBot-SQLAlchemy/issues/5#issuecomment-820215279, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQN73TOHURVPJD3NLFD5VFLTI2NDDANCNFSM42Q4YOHA .

pbylicki commented 3 years ago

Hi @ciadoh I am not sure when I would be able to work on this. If you or anyone else wants to contribute and add support for v4 format that would be great.

adigotu commented 3 years ago

Has anyone worked to fix this issue yet? Thanks!

kodweis commented 2 years ago

'criticality' and 'all' in result object have been removed in v4 and so they cannot be used anymore: https://github.com/kodweis/DbBot-SQLAlchemy/commits/master