Tatu Kairi

Results 22 issues of Tatu Kairi

It would be handy if IHL could automatically check screenshot against multiple versions of same reference image. One idea could be to have the reference image name to be either...

You are able to set what keyword is run during library import. There should probably be also a keyword for this to set it dynamically.

You need to access display to use IHL with Jenkins. Document to eg. README how to do minimal setup.

Instead of always comparing reference image to a current screenshot, there might also be a need to just compare two arbitrary image files

If you provide suite paths to `rflint` with wildcards, they do not work on Windows. In POSIX, I guess shell does the wildcard expansion for you, but [this is not...

If one tries to lint non-existent files, rflint returns with the code 0. The problematic line is [shown here](https://github.com/boakley/robotframework-lint/blob/master/rflint/rflint.py#L104); I believe either `ERROR` or `"other"` count should be increased so...

HTML-unsafe characters in suite names break html reporting like log.html and report.html. This is most evident with ZAP handler, as there is always an URL that ends up in the...

Currently, Oxygen knows what handlers are available through the `config.yml` file located within the project. Devise a way for user to give their own config file. Consider following things: -...

The CICD currently relies on Robot Framework exit code to know if the test execution failed or not. However, in cases where the Oxygen listener fails, but the test execution...

Currently, only stdout is printed out when running a command. It would be helpful to print out stderr as well. This impacts all internal Handlers.