mzbedat

Results 9 comments of mzbedat

Hi, Nothing special in my test suite, and I have "Stop Remote Server" in my TearDown! Anyway, I solved it by adding this Environment variable to the job: BUILD_ID=dontKillMe

One more thing please... how can I prevent sikuli from generating all the sikuli_java_stdout \ sikuli_java_stderr txt files?

Please note that in addition, for each run there is a cmd.exe & conhost.exe & java.exe processes that is opened in windows and not killed... this cause a memory\performance leak...

Hi, **Regarding your question**: "how many suites in your project, and how SikuliLibrary is imported in RF(in suite file, or __init_ file). As this library is "GLOBAL" scope, RF only...

@I tried one more thing... took the SafariLauncher.app from Xcode project (located in: /Users/admin/Library/Developer/Xcode/DerivedData/SafariLauncher-bkdnaturwnmsengjlmwxalvxxogo/Build/Products/Debug-iphoneos/SafariLauncher.app) and put it in "App Path" from Appium server (Instead of using "Use Mobile Safari"): ![snip20161220_12](https://cloud.githubusercontent.com/assets/17043182/21353146/709b9712-c6cd-11e6-917c-bc0b9851ad8f.png)...

Hi, thanks for your reply. I used x=100,y=100 in my case, still in range and it doesn't work. Don't you think it's related to SafariLauncher itself (not clickable)?

Yes, it seems similar issue... no resolution yet :s

I switched to Needle Driver: `self.driver = self.get_web_driver()` But now I'm getting: > File "C:\Python27\lib\site-packages\needle\cases.py", line 241, in compareScreenshot self.engine.assertSameFiles(output_file, baseline_file, threshold) AttributeError: 'NebulaTest' object has no attribute 'engine' This...

calling from my Test class: `self.setUpClass()` did the trick. I still have one question regarding saving the base-line image.... by running: **nosetests Needle.py --with-save-baseline** I'm getting > c:\workspace_medalia\robotautomation\Galil-RF\RobotFramework\Libraries\VisualTesting>nosetests Needle.py --with-save-baseline...