Questions tagged [zucchini]

Zucchini is a visual iOS testing framework built on Ruby, CoffeeScript and JavaScript.

Zucchini is a visual iOS testing framework built on , and .

Resources

6 questions
30
votes
5 answers

How to set scene name on xcode's storyboard

I am using the CoreDataBooks sample project from Apple to use with the Zucchini automated test framework. I need the view name to use in the coffeescript to manage it like this: class BooksScreen extends Screen anchor: ->…
André Muniz
  • 708
  • 2
  • 8
  • 17
7
votes
1 answer

What is required and how to install zucchini framework on Mac OSX?

Zucchini framework seems a promising candidate for quality assurance of iOS user interfaces. However, the installation steps provided on their website assume that most of the prerequisites already exist OR that one is already familiar with the…
Ozair Kafray
  • 13,351
  • 8
  • 59
  • 84
4
votes
2 answers

UIAutomation testing with Cocos2d, possible?

Is it possible to use UIAutomation with cocos2d or any opengl application for that matter? Specifically I want to use the zucchini framework to test my cocos2d game but that just uses UIAutomation anyway.
Christian Schlensker
  • 21,708
  • 19
  • 73
  • 121
3
votes
2 answers

Zucchini Run: Could not find anchor for screen

When i run "zucchini run features/" on my local mac machine, the command is getting executed but when am running the same through remote ssh to the same machine it is giving "Could not find anchor for screen 'PINScreen' on line 615 of feature.js"…
user2846870
  • 571
  • 1
  • 8
  • 16
0
votes
1 answer

Zucchini Concurrent cucumber testing Android Appium Example

I am currently working on cucumber automation parallel execution of the Runner class and I came across this nice framework http://comcast.github.io/zucchini/ and I am facing some issues with running my AndroidDriver test cases in parallel. When I…
0
votes
0 answers

Setting up Zucchini for Java (Gradle)

I've got a Java based Selenium setup which uses Cucumber to specify and run tests. Currently this runs using the Chrome driver, but ideally we would repeat the tests using Firefox and IE (and if possible in parallel), as the local users use all…
Hester Lyons
  • 803
  • 11
  • 24