robotframework-ide

Unable to install robotframework-ride in ubuntu

醉酒当歌 提交于 2020-01-25 08:13:53
问题 I am trying to install robotframwrok-ride in ubuntu18.04 but getting "could not find a version satisfies the requirement Pywin32" error. please help me to get the ride installed. 回答1: That problem is fixed in the next release, which is 1.7.4. You can install the Beta version by following the instructions in the release notes, https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-1.7.4.rst You can also install the current development version, which includes more fixes. pip

robot framework: test case cannot load keyword in resource file that import in the test suite's parent test suite folder

做~自己de王妃 提交于 2019-12-13 03:52:19
问题 Hi, I am using robot framework to automate testing of a website, and the image above is the structure of test in the RIDE: Test: a test suite folder, and I import resource file here, which is in the " init .robot" under the folder Sub1: a sub test suite, import nothing test: a test case My problem is: in the test case "test", robot cannot recognize the keyword that imported in the "Test" test suite folder, because there will be more sub test suites, like sub2, sub3, how can I import resource