← Back to team overview

sikuli-driver team mailing list archive

[Bug 878317] Re: [request] Ability to override image default save path

 

** Changed in: sikuli
    Milestone: 1.1.4 => 2.1.0

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/878317

Title:
  [request] Ability to override image default save path

Status in Sikuli:
  In Progress

Bug description:
  Request to implement an option in the IDE to set a directory to save
  all images saved through the IDE to.

  This would make using Image repositories for large testing projects
  easier.

  Current "workaround" is to copy all images to one directory by hand
  and use the following likes at the top of each script:

  imagePath = r"Path\to\image\repository"
  if not imagePath in getImagePath(): addImagePath(imagePath)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/878317/+subscriptions


References