Skip to content

Instantly share code, notes, and snippets.

@gunesmes
Last active February 8, 2022 06:04
Show Gist options
  • Save gunesmes/b4f0fb8bff2fd2cca7ede2b5f131f228 to your computer and use it in GitHub Desktop.
Save gunesmes/b4f0fb8bff2fd2cca7ede2b5f131f228 to your computer and use it in GitHub Desktop.
XCUITest-BaseScreen.swift
//
// BaseScreen.swift
// TestDictionaryUITests
//
// Created by MESUT GUNES on 1.08.2021.
// Copyright © 2021 MesutGunes. All rights reserved.
//
import Foundation
import XCTest
class BaseScreen {
public let app = XCUIApplication()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment