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
BBC-News avatar

BBC-News/wraith

0
View on GitHub↗
0 stars·0 forks·11 views

Wraith

Features

  • Testing - Responsive screenshot comparison tool.
  • Testing Frameworks - Ruby-based screenshot comparison tool with Docker support.

Star history

Star history chart for bbc-news/wraithStar history chart for bbc-news/wraith

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Wraith

Similar open-source projects, ranked by how many features they share with Wraith.
  • cypress-io/cypresscypress-io avatar

    cypress-io/cypress

    50,113View on GitHub↗

    Cypress is a browser-based testing framework designed for writing and running automated tests directly inside the browser. It serves as an end-to-end testing framework, a frontend component testing tool, and a web application test runner. The project also functions as a headless browser automation tool and a network traffic interceptor. The system differentiates itself by executing test code within the same browser process as the application, allowing for direct access to the DOM. It includes a network traffic interception system to stub and manipulate browser requests, as well as a graphical

    TypeScriptangular-testing-librarycomponent-testingcypress
    View on GitHub↗50,113
  • fakeiteasy/fakeiteasyFakeItEasy avatar

    FakeItEasy/FakeItEasy

    1,830View on GitHub↗

    The easy mocking library for .NET

    C#dotnetdotnet-corefake-objects
    View on GitHub↗1,830
  • bchavez/bogusbchavez avatar

    bchavez/Bogus

    9,700View on GitHub↗

    Bogus is a fake data generator for .NET applications, including C#, F#, and VB.NET. It provides a deterministic mock data engine and an object configuration mapper to produce realistic profiles, addresses, and financial records. The library differentiates itself through a localization data provider that generates region-specific identifiers across various international languages and locales. It ensures reproducibility across executions by using seed values to control the sequence of generated data. The project covers wide-ranging data synthesis capabilities, including the generation of netwo

    C#bogusc-sharpcsharp
    View on GitHub↗9,700
  • fluentassertions/fluentassertionsfluentassertions avatar

    fluentassertions/fluentassertions

    3,815View on GitHub↗

    FluentAssertions is a library of extension methods for .NET that provides a human-readable syntax for verifying expectations in unit tests. It serves as a validation layer that integrates with MSTest, NUnit, and xUnit to throw framework-specific exceptions upon assertion failure. The project includes a structural equivalency engine that performs deep member-by-member validation of .NET objects using configurable matching rules. It is designed for test-driven and behavior-driven development by generating descriptive failure messages that explain the difference between actual and expected resul

    C#assertionsbdd-stylec-sharp
    View on GitHub↗3,815
See all 30 alternatives to Wraith→

Frequently asked questions

What are the main features of bbc-news/wraith?

The main features of bbc-news/wraith are: Testing, Testing Frameworks.

What are some open-source alternatives to bbc-news/wraith?

Open-source alternatives to bbc-news/wraith include: fakeiteasy/fakeiteasy — The easy mocking library for .NET. machine/machine.specifications — Machine.Specifications is a Context/Specification framework for .NET that removes language noise and simplifies tests. bchavez/bogus — Bogus is a fake data generator for .NET applications, including C#, F#, and VB.NET. It provides a deterministic mock… cypress-io/cypress — Cypress is a browser-based testing framework designed for writing and running automated tests directly inside the… fluentassertions/fluentassertions — FluentAssertions is a library of extension methods for .NET that provides a human-readable syntax for verifying… microsoft/playwright — Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow…