Skip to content

Instantly share code, notes, and snippets.

@mpahuja
Created September 24, 2019 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpahuja/3dfe7d7132d4b33e8734e8919165dc39 to your computer and use it in GitHub Desktop.
Save mpahuja/3dfe7d7132d4b33e8734e8919165dc39 to your computer and use it in GitHub Desktop.
Pages - BasePage.swift
import XCTest
open class BasePage {
public let app: XCUIApplication
public required init(testCase: BaseTest) {
self.app = testCase.globalSampleApp
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment