← Back to team overview

sikuli-driver team mailing list archive

[Bug 1759504] Re: [1.1.2] RFW support: add option to not open report automatically --- fixed 1.1.3 2018-04-04 build #18

 

** Summary changed:

- [1.1.2] RFW support: add option to not open report automatically
+ [1.1.2] RFW support: add option to not open report automatically --- fixed 1.1.3 2018-04-04 build #18

** Description changed:

- I am looking into setting up a VM and making automated tests on it using Sikuli (the latest available). Now everything seems to be working fine, however even when sikuli is launched from a command line it will open the web browser with the report (which is uploaded as an artifact to the CI server). Now this isn't really that big of a problem as I can just kill the browser after running the tests, but it would be much cleaner if the browser never opened in the first place. 
- So the question is - is there a way to tell Sikuli NOT to open the report file after running the test? 
+ ------ solution (quick and dirty)
+ instead of
+ runScript("""
+ robot
+ 
+ use
+ runScript("""
+ robot silent
+ 
+ exactly so: robot<SPACE>silent<lineFeed>
+ ----------------------
+ 
+ I am looking into setting up a VM and making automated tests on it using Sikuli (the latest available). Now everything seems to be working fine, however even when sikuli is launched from a command line it will open the web browser with the report (which is uploaded as an artifact to the CI server). Now this isn't really that big of a problem as I can just kill the browser after running the tests, but it would be much cleaner if the browser never opened in the first place.
+ So the question is - is there a way to tell Sikuli NOT to open the report file after running the test?
  Also, where are IDE settings stored? the docs say '~/.java/.userPrefs/org/sikuli/prefs.xml' but that file doesn't contain anything except for xml headers and doctype.

** Changed in: sikuli
       Status: Fix Committed => Fix Released

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

Title:
  [1.1.2] RFW support: add option to not open report automatically ---
  fixed 1.1.3 2018-04-04 build #18

Status in Sikuli:
  Fix Released

Bug description:
  ------ solution (quick and dirty)
  instead of
  runScript("""
  robot

  use
  runScript("""
  robot silent

  exactly so: robot<SPACE>silent<lineFeed>
  ----------------------

  I am looking into setting up a VM and making automated tests on it using Sikuli (the latest available). Now everything seems to be working fine, however even when sikuli is launched from a command line it will open the web browser with the report (which is uploaded as an artifact to the CI server). Now this isn't really that big of a problem as I can just kill the browser after running the tests, but it would be much cleaner if the browser never opened in the first place.
  So the question is - is there a way to tell Sikuli NOT to open the report file after running the test?
  Also, where are IDE settings stored? the docs say '~/.java/.userPrefs/org/sikuli/prefs.xml' but that file doesn't contain anything except for xml headers and doctype.

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


References