robotframework-oxygen icon indicating copy to clipboard operation
robotframework-oxygen copied to clipboard

Oxygen is a Robot Framework tool that empowers the user to convert the results of any testing tool or framework to Robot Framework's reporting to consolidate all test reporting together regardless of...

Results 17 robotframework-oxygen issues
Sort by recently updated
recently updated
newest added
trafficstars

Refactor acceptance tests in `tests/atest` folder to follow good Robot Framework style guidelines.

At the moment if one want's to consolidate 2 different levels of tests inside a repository and have them tagged as different test levels (f.ex unit tests and integration tests)...

Hello, I followed exactly your DEVGUIDE to try to write a new handler. However, I got this error when I try to run with robotframework ``` robot --listener oxygen.listener --pythonpath...

No content change only grammatical and typographical corrections.

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...

release-1.0

We are currently using old version 2.0 of [junitparser](https://github.com/weiwei/junitparser) as the default behaviour of the library has since changed, as reported by [this issue](https://github.com/weiwei/junitparser/issues/115). In that issue, [there seems to...