xctestextensions

Extensions for commonly used functionality in UI tests using XCTest.

https://github.com/stanfordbdhg/xctestextensions

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.4%) to scientific vocabulary

Keywords

stanford swift swiftpackage test uitest unittest xcode xctest
Last synced: 6 months ago · JSON representation ·

Repository

Extensions for commonly used functionality in UI tests using XCTest.

Basic Info
Statistics
  • Stars: 3
  • Watchers: 10
  • Forks: 0
  • Open Issues: 4
  • Releases: 26
Topics
stanford swift swiftpackage test uitest unittest xcode xctest
Created about 3 years ago · Last pushed 7 months ago
Metadata Files
Readme License Citation

README.md

XCTestExtensions

Build and Test codecov DOI

This Swift Package provides convenient extension points to write tests using XCTest.

XCTestExtensions is a collection of extensions for commonly used functionality in UI tests using XCTest. You can learn more about XCTestExtensions in the API documentation. It includes the functionality to - delete & launch an application to reset the application - disable password autofill on an iOS simulator to avoid challenges with the text entry in secure text fields - enable a simple text entry in plain and secure text fields

The XCTestApp target enables writing test-based apps that can be verified in a UI test. You can learn more about XCTestApp in the API documentation.

Installation

The project can be added to your Xcode project or Swift Package using the Swift Package Manager.

Xcode: For an Xcode project, follow the instructions on Adding package dependencies to your app.

Swift Package: You can follow the Swift Package Manager documentation about defining dependencies to add this project as a dependency to your Swift Package.

License

This project is licensed under the MIT License. See Licenses for more information.

Contributors

This project is developed as part of the Stanford Byers Center for Biodesign at Stanford University. See CONTRIBUTORS.md for a full list of all XCTestExtensions contributors.

Stanford Byers Center for Biodesign Logo Stanford Byers Center for Biodesign Logo

Owner

  • Name: Stanford Biodesign Digital Health
  • Login: StanfordBDHG
  • Kind: organization
  • Location: United States of America

Citation (CITATION.cff)

#
# This source file is part of the Stanford XCTestExtensions open-source project
#
# SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
#
# SPDX-License-Identifier: MIT
# 

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Schmiedmayer"
  given-names: "Paul"
  orcid: "https://orcid.org/0000-0002-8607-9148"
- family-names: "Bauer"
  given-names: "Andreas"
  orcid: "https://orcid.org/0000-0002-1680-237X"
title: "XCTestExtensions"
doi: 10.5281/zenodo.7606320
url: "https://github.com/StanfordBDHG/XCTestExtensions"

GitHub Events

Total
  • Create event: 11
  • Issues event: 2
  • Release event: 6
  • Watch event: 1
  • Delete event: 5
  • Issue comment event: 5
  • Member event: 2
  • Push event: 15
  • Pull request review comment event: 6
  • Pull request review event: 12
  • Pull request event: 10
Last Year
  • Create event: 11
  • Issues event: 2
  • Release event: 6
  • Watch event: 1
  • Delete event: 5
  • Issue comment event: 5
  • Member event: 2
  • Push event: 15
  • Pull request review comment event: 6
  • Pull request review event: 12
  • Pull request event: 10

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 8
  • Total Committers: 1
  • Avg Commits per committer: 8.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Paul Schmiedmayer P****r@u****m 8

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 5
  • Total pull requests: 31
  • Average time to close issues: 11 days
  • Average time to close pull requests: 2 days
  • Total issue authors: 4
  • Total pull request authors: 3
  • Average comments per issue: 1.6
  • Average comments per pull request: 1.03
  • Merged pull requests: 30
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 10
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 days
  • Issue authors: 2
  • Pull request authors: 3
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.9
  • Merged pull requests: 9
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • Supereg (2)
  • LeonNissen (1)
  • PSchmiedmayer (1)
  • philippzagar (1)
Pull Request Authors
  • PSchmiedmayer (19)
  • Supereg (13)
  • lukaskollmer (7)
Top Labels
Issue Labels
bug (4) good first issue (2) help wanted (1) enhancement (1)
Pull Request Labels
enhancement (14) bug (4)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 5
  • Total versions: 25
swiftpackageindex.com: github.com/StanfordBDHG/XCTestExtensions

Extensions for commonly used functionality in UI tests using XCTest.

  • Versions: 25
  • Dependent Packages: 0
  • Dependent Repositories: 5
Rankings
Dependent repos count: 6.8%
Dependent packages count: 16.6%
Average: 40.1%
Forks count: 60.5%
Stargazers count: 76.6%
Last synced: 7 months ago

Dependencies

.github/workflows/build-and-test.yml actions
.github/workflows/pull_request.yml actions
Package.swift swiftpm