Johnny.H
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:...
- 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...
*** Settings *** Test Template my_template *** Test Cases *** **table header** In suite settings: - Support add table headers
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...
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...
robot will raise cannot find cases error. need to add --extension TXT/TSV in the argfile.txt

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