Sha256: a5364db1690e912b622afa5695cb7385a455d5662f9200bce01509cdcecbb55d

Contents?: true

Size: 691 Bytes

Versions: 2

Compression:

Stored size: 691 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 sample test which demonstrate use of Page Objects and common extensions. We can access any page or section from test method

 */

import Foundation
import XCTest

class HomeScreenTest: HomeScreen {

    func testHomeScreen() {
      // Below step will be available as part of XCFit Swift Framework. 
        
        givenILaunchedApplication()
        whenITap(on: HomeScreen().clickButtuon)
    }

}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xcfit-3.1.7 XCFit4Demo/XCFit4DemoXCUIPoMTests/HomeScreenTest.swift
xcfit-3.1.6 XCFit4Demo/XCFit4DemoXCUIPoMTests/HomeScreenTest.swift