MarketSquare / MarketSquare/robotframework-SikuliLibrary
Drag And Drop not working
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 163
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I'm trying to run the drag & drop command, but it fails as shown below (RIDE log) :
```
command: pybot.bat --argumentfile c:\users\win\appdata\local\temp\RIDEnli835.d\argfile.txt --listener C:\python27\lib\site-packages\robotide\contrib\testrunner\TestRunnerAgent.py:53127:False C:\Python27\Lib\site-packages\alyvix\robotproxy\alyvix_testcases\my_first_alyvix_testcase_suite.robot
=================================================================================================
My First Alyvix Testcase Suite
=================================================================================================
sample1 | FAIL |
AttributeError: 'NoneType' object has no attribute 'run_keyword'
-------------------------------------------------------------------------------------------------
My First Alyvix Testcase Suite | FAIL |
1 critical test, 0 passed, 1 failed
1 test total, 0 passed, 1 failed
=================================================================================================
Output: c:\users\win\appdata\local\temp\RIDEnli835.d\output.xml
Log: c:\users\win\appdata\local\temp\RIDEnli835.d\log.html
Report: c:\users\win\appdata\local\temp\RIDEnli835.d\report.html
test finished 20181003 15:53:14
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the drag-and-drop command from the RIDE log using the shown pybot.bat invocation and inspect the listener entry point in TestRunnerAgent.py. Trace why keyword dispatch reaches a None object; done means the sample1 testcase completes without the reported AttributeError and the drag-and-drop command runs successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop, testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100