Open embetrix opened 2 years ago
only the library name should be parsed and not the param(s)
Hi embexus,
This library was a prototype/experiment from a couple of years ago and isn't fully maintained.
Thanks for reporting the issue (as well as https://github.com/chrisBrookes93/robotframework-remoterunner/issues/18), give me a couple of days and I'll take a look into this.
Thanks
@chrisBrookes93 Hi, Chris, remoterunner is really good, but I also encountered the problem. Have you found anything on it?
I understand where the problem is now. The regular expression [ IMPORT_LINE_REGEX = re.compile('(Resource|Library)([\s]+)([^[\n\r]*)([\s]+)') ] cannot accommodate library declaration like [Library SSHLibrary WITH NAME SSH]. I will try to fix it. Should I modify on new fork?
I use now gitlab-runner to trigger my Robot Gitlab CI and this plugin is for me not required anymore.
I use now gitlab-runner to trigger my Robot Gitlab CI and this plugin is for me not required anymore.
I actually consider to use CI, but currently I have to stick to it.
Hey @jayvynsong,
I am travelling for 3 weeks and don't have access to a laptop so I will have to pick this up when I return. In the meantime, feel free to issue a fix on a fork.
And apologies @embetrix , I completely lost track of this!
Thanks
Hey @jayvynsong,
I am travelling for 3 weeks and don't have access to a laptop so I will have to pick this up when I return. In the meantime, feel free to issue a fix on a fork.
And apologies @embetrix , I completely lost track of this!
Thanks
Thanks, working on fixing.
For example specifying a Library with parameter
leads to