MarketSquare / MarketSquare/robotframework-SikuliLibrary
It will create 2 "sikuli captured" folders after adding "Set Capture Folder /path/to/disired folder" to the robot scripts
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 163
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
I have set in my robot script, Set Capture Folder /path/to/disired folder(e.g. d:)
It will create 2 folders named "sikuli captured" both in the path I set "d:/sikuli captured" and the directory where the running script is(e:/robottests/demo.robot).
The Capture Matched Images will be saved in the correct place but it created an extra folder.
Even I set Capture Matched Images = false, it still creates an extra folder where the script is.
So finally i got 2 folders: "d:/sikuli captured" and "e:/robottests/sikuli captured"
Is there any way to remove the extra one "e:/robottests/sikuli captured"?
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 issue with a Robot Framework script using Set Capture Folder and Capture Matched Images, then inspect the capture-folder handling entry point. Verify whether the default script-directory folder is created in addition to the configured folder; done means only the configured folder is created, including when Capture Matched Images is false.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100