Thank you Vasily,
I see what you mean about the /tmp directory. One caveat I ran into
with Lion is that my /tmp directory was hiding under a /private
directory with a symbolic link. Maybe those OSX guys thought it was a
good idea. LoL.
The ImageMagick problem has been resolved at this point. I re-
installed using MacPorts and everything worked after I added the path
to my convert application to the exported path list.
The build is now listed as successful, although I noticed one error,
and it appears that the browser does not load the results of the run:
LSOpenURLsWithRole() failed with error -1712 for the file /tmp/
zucchini_report.html
Can we continue this here, or would it be better in a separate thread?
Again, I appreciate your response. I think this is a great tool and I
hope that I am able to tell you more about the results we get with
your project in use.
- Jesse
Latest output is as follows:
Started by user jesse
Building in workspace /Users/Shared/Jenkins/Home/jobs/Test/workspace
[workspace] $ /bin/sh -xe /var/folders/62/
qzkkdlg5143gkwz6p02k2ddw00009c/T/hudson4177460871547473899.sh
+ cd /Users/Shared/Jenkins/Zucchini/iWO/
+ export PATH=/usr/local/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/
sbin
+ PATH=/usr/local/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
+ export 'ZUCCHINI_DEVICE=ASI 13'
+ ZUCCHINI_DEVICE='ASI 13'
+ zucchini run --ci /Users/Shared/Jenkins/Zucchini/iWO/features/
LoginLogout
2012-06-01 19:08:50 +0000 Default: Got the awaited element: [object
UIAButton]
2012-06-01 19:08:51 +0000 Debug: target.captureRectWithName("{origin:
{x:0.00,y:0.00}, size:{height:480.00,width:320.00}}",
"01_Splash_Screen")
2012-06-01 19:08:51 +0000 Screenshot captured.
2012-06-01 19:08:51 +0000 Debug:
target.frontMostApp().mainWindow().buttons()["Live Mode"].tap()
2012-06-01 19:08:54 +0000 Default: Got the awaited element: [object
UIATextField]
2012-06-01 19:08:55 +0000 Debug: target.captureRectWithName("{origin:
{x:0.00,y:0.00}, size:{height:480.00,width:320.00}}", "02_Login_Screen-
Without_Credentials")
2012-06-01 19:08:55 +0000 Screenshot captured.
2012-06-01 19:08:55 +0000 Debug:
target.frontMostApp().mainWindow().textFields()["ServerId"].tap()
2012-06-01 19:08:56 +0000 Debug:
target.frontMostApp().mainWindow().secureTextFields()
["Password"].tap()
2012-06-01 19:08:58 +0000 Debug: target.captureRectWithName("{origin:
{x:0.00,y:0.00}, size:{height:480.00,width:320.00}}", "03_Login_Screen-
With_Credentials")
2012-06-01 19:08:59 +0000 Screenshot captured.
2012-06-01 19:08:59 +0000 Debug:
target.frontMostApp().mainWindow().navigationBar().rightButton().tap()
2012-06-01 19:09:04 +0000 Default: Got the awaited element: [object
UIATableCell]
2012-06-01 19:09:05 +0000 Debug: target.captureRectWithName("{origin:
{x:0.00,y:0.00}, size:{height:480.00,width:320.00}}",
"04_WO_Type_Prompt")
2012-06-01 19:09:05 +0000 Screenshot captured.
2012-06-01 19:09:05 +0000 Debug:
target.frontMostApp().mainWindow().tableViews()["Empty list"].cells()
[0].tap()
2012-06-01 19:09:06 +0000 Debug: target.captureRectWithName("{origin:
{x:0.00,y:0.00}, size:{height:480.00,width:320.00}}",
"05_First_WO_Type_Selected")
2012-06-01 19:09:07 +0000 Screenshot captured.
2012-06-01 19:09:07 +0000 Debug:
target.frontMostApp().mainWindow().navigationBar().rightButton().tap()
2012-06-01 19:09:20 +0000 Debug: target.captureRectWithName("{origin:
{x:0.00,y:0.00}, size:{height:480.00,width:320.00}}",
"06_I_Am_Logged_In")
2012-06-01 19:09:20 +0000 Screenshot captured.
2012-06-01 19:09:20 +0000 Debug:
target.frontMostApp().mainWindow().segmentedControls()[0].buttons()
["Cmd"].tap()
2012-06-01 19:09:23 +0000 Debug:
target.frontMostApp().mainWindow().tableViews()["MenuView"].cells()
["Logout, L"].tap()
Instruments Trace Complete (Duration : 37.272873s; Output : /Users/
Shared/Jenkins/Zucchini/iWO/instrumentscli0.trace)
LoginLogout:
0 failed, 0 pending, 6 passed
LSOpenURLsWithRole() failed with error -1712 for the file /tmp/
zucchini_report.html.
Finished: SUCCESS
On May 31, 7:52 pm, Vasily Mikhaylichenko
<
vasily.mikhayliche...@gmail.com> wrote:
> Hi Zorak,
>
> Try restoring libclparser.dylib (
http://apple.stackexchange.com/questions/21562/installing-imagemagick...
> ).
> ...
>
> read more »