Sha256: 8614f78603103bad8ae28ca1a428f2a27cbd02a77f6a93da5d0e7f989da022b2
Contents?: true
Size: 607 Bytes
Versions: 8
Compression:
Stored size: 607 Bytes
Contents
// // // Created by XCFit Framework // Copyright © 2016 XCFit Framework. All rights reserved. // // /* This is sample code created by XCFit Framework and can be edited/Removed as per your project need. You can also re-arrange Xcode Groups and directories as per your need. This is extension to Feature protocol to implement the steps in the given when then format. */ import Foundation import XCTest //import XCFit // Once XCFit is imported we can use predefined steps extension Feature { func givenTheAppIsRunning() { XCUIApplication().launch() } }
Version data entries
8 entries across 8 versions & 1 rubygems