Johnny.H

Results 30 issues of Johnny.H

The project structure is like this: ``` Resources --> test.resource TestSuites --> test1.robot --> test2.robot ``` test.resource ``` *** Keywords *** My Keyword Log outer ``` test1.robot ``` *** Settings...

### Description ### Steps to Reproduce Method to be tested: ``` public static void readAssetFile(String folderName, String fileName) throws IOException {
 ApplicationProvider.getApplicationContext().getAssets().open(folderName + File.separator + fileName);
 } ``` Add assets...

Works properly in wxPython 4.0.7.post2 and 4.1.1 There will be some issue in wxPython 4.1.0, due to wxPython bug: https://github.com/wxWidgets/Phoenix/issues/1797 And luckily, this PR also fixed a tricky crash issue:...

enhancement
WORK IN PROGRESS

- rename keyword name, open in name edit text ctrl - modify name, and then quick double click in the border of the entry box - repeat sometimes. RIDE will...

bug
analyze

*** Settings *** Test Template my_template *** Test Cases *** **table header** In suite settings: - Support add table headers

enhancement

1. incorrect lower case 'for, end' is recognized as keywords 2. in for loop statement, update 'for' to upper case but cannot save changes 3. when correct the for to...

prio-low
bug

1. create kw1 in resource file 2. import this resource file in some suite 3. call kw1 in case1 4. update kw1 via text editor 5. go to case1 in...

prio-medium
bug

robot will raise cannot find cases error. need to add --extension TXT/TSV in the argfile.txt

enhancement

![image](https://user-images.githubusercontent.com/20297196/87509641-9120bf00-c6a4-11ea-8e9e-ce134d5dfe14.png)

bug
os: linux
ThirdParty

Because from from Robot Framework 3.2 HTML files are not supported at all.

enhancement