Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7789149
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T21:12:40+00:00 2026-06-01T21:12:40+00:00

I am using UIAutomation scripts to test my iOS application. I’ve managed to get

  • 0

I am using UIAutomation scripts to test my iOS application. I’ve managed to get the scripts running from the command line but now I need to convert the output (pass/fails) in a format that Jenkins can understand, ideally JUnit style.

Has anyone written any scripts to do this before I try & write one?

Many thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T21:12:42+00:00Added an answer on June 1, 2026 at 9:12 pm

    Maybe you can have a look at : https://github.com/shaune/jasmine-ios-acceptance-tests

    Edit :
    I’ve also avoided to use jasmine. To ‘listen’ start, pass and fail test, I’ve simply replaced UIALogger.logStart, UIALogger.logFail and UIALogger.logPass :

    (function () {
        // An anonymous function wrapper helps you keep oldSomeFunction private     
        var oldSomeFunction = UIALogger.logStart;
        UIALogger.logStart = function () {
        //UIALogger.logDebug("intercepted a logStart : " + arguments);
        OKJunitLogger.reportTestSuiteStarting(arguments[0]);
        oldSomeFunction.apply(this, arguments);
        }
    })();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Anyone knows how to get selected text from other application using UI Automation and
I am trying to test a WPF application using the UI-Automation framework that MSFT
I'm using PowerShell scripts for some UI automation of a WPF application. Normally, the
Is there any way to quit the iOS Simulator via a command line script?
Using mercurial, I've run into an odd problem where a line from one committer
I am currently using Instruments via a bash script to initiate the command-line interface
I am currently using IOS SDK 4.0.2 and learning how to do UIAutomation. Unfortunately
When using UIAutomation I can't seem to be able to get a reference to
Using Nunit, I want to be able to write a test fixture that will
Using top it's easy to identify processes that are hogging memory and cpu, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.