Dave

Results 134 comments of Dave

Hi, rfswarm agent uses the following version 2 api methods: - start_suite - log_message - end_keyword So not having "end_keyword" in the version 3 listener API is preventing me upgrading...

@Snooz82 Thanks, that's good news 👍🏼

After Release 1.0.0 I realised this needs to be my next highest priority

Things to do: - [x] enable linter - [x] fix errors detected by linter - [x] work out how to run robot framework - [x] work out how to run...

At the moment the Manager and Report should support text from any language. For example the following is known to work: - Files are saved/read as UTF-8 - Robot test...

Hi @chidambaranathan-r , Thanks for the question, hopefully this clarifies things, I guess I need to update the documentation to make this clearer, could you suggest where in the documentation...

My thinking on this issue is that the best way to resolve it will be to use docker containers, there already exist windows, MacOS and Linux docker images, so I...

Hi @Reddriver , I'm not clear what your issue is, can you please explain a bit more? I will do my best to help but i need to understand the...

Well the good news is, i've reproduced it using this very simple test that only used BuiltIn keywords this eliminates any other libraries causing the issue. verysimple.robot ```robot *** Test...

Ok a bit of explanation of what's happening: By default Builtin is one of the excluded libraries, but for this example I removed the exclusion so you can see this...