Skip to content
This repository has been archived by the owner on Feb 1, 2018. It is now read-only.

Error while running bwoken on Jenkins: cannot append extension 'tracetemplate' to path '' #97

Open
JamesGoe opened this issue Jun 8, 2015 · 3 comments

Comments

@JamesGoe
Copy link

JamesGoe commented Jun 8, 2015

I'm trying to run bwoken on Jenkins and it builds fine, but it shows this error for every .js script:

-[__NSCFConstantString stringByAppendingPathExtension:]: cannot append extension 'tracetemplate' to path ''

It works fine in OSX terminal, but not in Jenkins script; so I'm guessing I have to change some environment variables to absolute paths. I just need help identifying which. Thanks.

@JohnWong
Copy link

Having the same issue in terminal. Hope this would be solved.

@JohnWong
Copy link

@JamesGoe Finally, I find a way to solve this issue.
Goto bwoken installation path and edit bwoken-2.0.0/lib/bwoken.rb.Replace

-t "#{Bwoken.path_to_automation_template}" \

with

-t "Automation" \

@JamesGoe
Copy link
Author

@JohnWong Thanks for your reply! I decided to use the new XCUITest with XCode Bots to run my tests and it's proving to be a better testing environment.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants