awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
nalexn avatar

nalexn/ViewInspector

0
View on GitHub↗
2,612 stars·189 forks·Swift·MIT·13 views

ViewInspector

Runtime introspection and unit testing of SwiftUI views

Features

  • Developer Tools - Unit testing and inspection of view hierarchies.
  • Testing and Debugging Tools - Library for unit testing and inspecting SwiftUI view hierarchies.
  • Testing Frameworks - SwiftUI view inspection and testing.

Star history

Star history chart for nalexn/viewinspectorStar history chart for nalexn/viewinspector

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with ViewInspector

These projects share indexed features with ViewInspector. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • pytest-dev/pytestpytest-dev avatar

    pytest-dev/pytest

    13,645View on GitHub↗

    pytest is a testing framework for Python that provides a command-line runner for discovering and executing test suites. It is built on a modular architecture that uses standard language assertions to verify code correctness, automatically inspecting expressions to provide detailed failure reports without requiring specialized assertion methods. The framework distinguishes itself through a dependency injection system that manages setup and teardown logic by automatically resolving and injecting resources into test functions. It also features a hook-based plugin architecture that allows for dee

    Pythonhacktoberfestpythontest
    View on GitHub↗13,645
  • robolectric/robolectricrobolectric avatar

    robolectric/robolectric

    6,014View on GitHub↗

    Robolectric is a unit testing framework that runs Android tests directly inside the Java Virtual Machine, eliminating the need for an emulator or physical device. It provides a fully simulated Android environment that initializes system resources, application context, and the UI thread before each test, then resets state afterward to isolate tests from one another. The framework distinguishes itself by using shadow classes to intercept and replace Android framework method calls at runtime, allowing tests to control Android component lifecycles, simulate native methods, and test UI components

    Java
    View on GitHub↗6,014
  • catchorg/catch2catchorg avatar

    catchorg/Catch2

    20,198View on GitHub↗

    Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing, integration verification, and performance analysis. It enables developers to define and execute automated test suites and micro-benchmarks directly within their applications. The framework is distinguished by its header-only distribution, which allows for integration into existing build systems without requiring complex external dependencies. It utilizes a hierarchical section-based execution model that supports behavior-driven testing, allowing for shared setup and teardown logic acros

    C++bddcppcpp14
    View on GitHub↗20,198
  • typicode/json-servertypicode avatar

    typicode/json-server

    75,614View on GitHub↗

    json-server is a development toolset used to simulate a full REST API from a JSON file. It functions as a customizable mock API server that allows for the simulation of CRUD operations and resource relationships without the need to write backend code. The project enables rapid prototyping by generating a fake backend that persists data changes back to a local JSON file. It distinguishes itself by providing a static asset file server to deliver local documents, images, and stylesheets alongside the mock API endpoints. The server includes capabilities for data querying, such as parameter-based

    JavaScriptapifakefrontend
    View on GitHub↗75,614
Compare all 30 related projects→

Frequently asked questions

What does nalexn/viewinspector do?

Runtime introspection and unit testing of SwiftUI views

What are the main features of nalexn/viewinspector?

The main features of nalexn/viewinspector are: Developer Tools, Testing and Debugging Tools, Testing Frameworks.

Which projects share features with nalexn/viewinspector?

Projects with overlapping indexed features include: robolectric/robolectric — Robolectric is a unit testing framework that runs Android tests directly inside the Java Virtual Machine, eliminating… vitest-dev/vitest — Vitest is a high-performance testing framework designed for JavaScript and TypeScript applications. It provides an… catchorg/catch2 — Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing,… pytest-dev/pytest — pytest is a testing framework for Python that provides a command-line runner for discovering and executing test… typicode/json-server — json-server is a development toolset used to simulate a full REST API from a JSON file. It functions as a customizable… 30-seconds/30-seconds-of-code — This project is a developer knowledge base and a curated library of programming code snippets. It serves as a…