Giter Site home page Giter Site logo

xcode10-demo's Introduction

Xcode10-Demo

At WWDC2018, Apple announced Xcode 10 with some great new features, this is a repository to demonstrate some of the features.

This repository linked to the blog post explaining all features in details. Read https://medium.com/xcblog/wwdc18-xcode-10-in-action-f56e14c62d79

USAGE

Paralllel Testing

Once we have Xcode 10 installed. Clone this repo and execute XCUITest in parallel.

         $ git clone https://github.com/Shashikant86/Xcode10-Demo
         $ cd Xcode10-Demo
         $ xcodebuild -project Xcode10-Demo.xcodeproj/ -scheme Xcode10-Demo -destination 'platform=iOS Simulator,OS=12.0,name=iPhone X' clean build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -parallel-testing-worker-count 2

Now tests will run in 2 different simulator clones

ISSUE

There is issue when tests run in 4 or more simulators. One of the test fails wit early exit error. To reproduce run this

      $ xcodebuild -project Xcode10-Demo.xcodeproj/ -scheme Xcode10-Demo -destination 'platform=iOS Simulator,OS=12.0,name=iPhone X' clean build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -parallel-testing-worker-count 8

xcode10-demo's People

Contributors

shashikant86 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

dinneo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.