Tatu Kairi
Tatu Kairi
Debugging RF test cases that use Oxygen needs to explained somewhere. We concluded that it doesen't fit README nor DEVGUIDE, so it could be useful to have in Keyword Documentation...
Hi! We have used junitparser successfully for years, so thanks for that! Recently we were trying to upgrade the junitparser version we are using to a newer one -- we...
In #44 , we introduced schemas and validation for result dictionaries that Oxygen handlers return. Given this was a backwards-incompatible change, we opted to just warn users that some handler...
Generally with Robot Framework, one ends up with writing a lot of small libraries as well as employing [the wealth of existing libraries in the ecosystem](https://robotframework.org/#libraries) (see External tab) Currently,...
None of the parameters are documented on a sufficient level. For example: ``` --capabilities Set custom capabilities on the Cosmos DB database account. ``` Not even a link where I...
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...
Update `doc/robot_database.md` and `doc/robot_database.png` It would be nice if these could be generated automatically
In acceptance tests, the path to dbbot is resolved wrong. Also, this should point to correct startup script depending on the environment (dbbot.bat in Windows, dbbot everywhere else)
It would be good if DbBot works on Windows too. This means that the project needs dbbot.bat or similar that calls dbbot correctly in Windows environment
RF-plugin slows down considerably when "Show whitespace characters"-option is turned on for Text Editors in Eclipse. This option would be very useful when dealing with Robot Framework test cases, as...