robotframework-difflibrary
robotframework-difflibrary copied to clipboard
Robot Framework keyword library that will provide Diff capabilities
https://github.com/bulkan/robotframework-difflibrary/blob/b4fc3b7e12b5bc630cf763b95e34732ad59fb4af/src/DiffLibrary/keywords.py#L30 It's causing an issue with the [robotframework/rfdocker](https://hub.docker.com/r/robotframework/rfdocker) docker image ``` diff: unrecognized option: strip-trailing-cr BusyBox v1.28.4 (2018-12-06 15:13:21 UTC) multi-call binary. ``` Maybe a flag to make it optional...
The [keyword docs](https://bulkan.github.io/robotframework-difflibrary/) state that it is possible to "Diff two text files" only. I would be interested in contribution to add additional file type support (on Linux). Where (with...
Instead of diffing two text files against each other, I am attempting to diff the output of a command against a text file. The following excerpt from a robot file...