Sha256: 5d7b22f49f99ed3a6c8a301492be850fbf89dad8e6f23f7737f8b98852922d31
Contents?: true
Size: 576 Bytes
Versions: 1
Compression:
Stored size: 576 Bytes
Contents
// // // Created by XCFit Framework // Copyright © 2017 XCFit Framework. All rights reserved. // /* This is sample code created by XCFit Framework and can be edited/Removed as needed. This assumes that your apps is made up of multiple screens. You can write individual screen class which extend BaseScreen. All the functionality related to screen can be included in this class. */ import Foundation import XCTest class HomeScreen: XCTestCase { // You can add locators and functions of homeScreen here let homeButton = XCUIApplication().buttons["Home"] }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xcfit-10.2.0 | XCFit_Templates/XCFit/Cucumberish UI Test Bundle Base.xctemplate/HomeScreen.swift |