MarketSquare / MarketSquare/robotframework-SikuliLibrary

It will create 2 "sikuli captured" folders after adding "Set Capture Folder /path/to/disired folder" to the robot scripts

Open
#74 2 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.