Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
this PR is totally optional. I just thought it might be nice to have a continuous integration set up for this repository.
run-tests.yml
runs the test cases against python3.7 and python3.9 with robotframework versions 3.2, 4.0 and 4.1.It only runs it against x3270 for now, but in theory we could define a suite where argument
visible
isFalse
and we can test against s3270 as well.With windows, I am not sure though.
I have noticed two things however.
Run Keyword And Continue On Error
. This is because for some reason, the test cases with utf-8 characters fail on linux:_ëçá != _ëç?
. We should open an issue and investigate the error there.Tests results python3.7 rf4.1.zip
To get a feel for how it looks like, checkout https://github.com/robinmatz/Robot-Framework-Mainframe-3270-Library/actions/runs/1567060531