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
Back to atata-framework/atata

Projects sharing features with Atata

30 open-source projects similar to atata-framework/atata, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • seleniumhq/seleniumSeleniumHQ avatar

    SeleniumHQ/selenium

    34,203View on GitHub↗

    Selenium is a comprehensive browser automation framework that provides a standardized interface for controlling web browsers to perform automated tasks, user interactions, and data extraction. It functions as a cross-browser testing tool, enabling developers to execute identical automation scripts across various browser engines and operating systems to ensure consistent application behavior. By implementing the WebDriver protocol, it maps high-level automation commands to browser-specific drivers using a standardized HTTP-based wire protocol. The project distinguishes itself through its distr

    Javadotnetjavajavascript
    View on GitHub↗34,203
  • webdriverio/webdriveriowebdriverio avatar

    webdriverio/webdriverio

    9,795View on GitHub↗

    WebDriverIO is a Node.js test automation framework used for automating functional tests across web browsers and mobile applications. It acts as a WebDriver protocol client that manages remote browser sessions and executes commands against WebDriver and Appium servers to perform end-to-end testing. The framework is distinguished by its ability to control both native and hybrid mobile applications and its support for running automated suites across local machines, remote grids, and cloud device providers. It includes specialized capabilities for coordinating multi-browser interactions and estab

    TypeScript
    View on GitHub↗9,795
  • he4rt/4noobshe4rt avatar

    he4rt/4noobs

    4,217View on GitHub↗

    4noobs is an open-source educational resource index that organizes structured, beginner-friendly learning paths across a wide range of technology domains. It delivers all content as static Markdown files managed under Git version control, with a curated-index-based navigation system that groups tutorials and roadmaps by technology domain into separate silos. The project provides step-by-step learning roadmaps for programming languages from Assembly to TypeScript, along with framework guides for tools like Angular, Vue, Django, and Spring. It includes certification preparation guides aligned w

    4noobstutorial
    View on GitHub↗4,217

AI search

Explore more awesome repositories

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

Find more with AI search
  • admc/wdadmc avatar

    admc/wd

    1,522View on GitHub↗

    node.js Webdriver/Selenium 2 client

    JavaScript
    View on GitHub↗1,522
  • arturt/knapsackArturT avatar

    ArturT/knapsack

    548View on GitHub↗

    Knapsack splits tests evenly across parallel CI nodes to run fast CI build and save you time.

    Ruby
    View on GitHub↗548
  • athena-framework/specathena-framework avatar

    athena-framework/spec

    3View on GitHub↗

    Common/helpful Spec compliant testing utilities

    Crystal
    View on GitHub↗3
  • aiqualitylab/ai-natural-language-testsaiqualitylab avatar

    aiqualitylab/ai-natural-language-tests

    21View on GitHub↗

    title: AI Natural Language Tests emoji: 🧪 colorFrom: blue colorTo: green sdk: gradio sdkversion: "6.12.0" pythonversion: "3.10" app_file: app.py pinned: false

    Python
    View on GitHub↗21
  • bbc-news/wraithBBC-News avatar

    BBC-News/wraith

    0View on GitHub↗
    View on GitHub↗0
  • bblimke/webmockbblimke avatar

    bblimke/webmock

    4,050View on GitHub↗

    WebMock is a Ruby library for HTTP request stubbing, response simulation, and network interception. It serves as a test assertion framework for verifying outgoing HTTP traffic and a network interception layer that blocks external connections to prevent accidental requests during testing. The project provides capabilities for dynamic response generation and the sequencing of different return values for repeated requests to the same endpoint. It supports simulating network failures, such as timeouts or exceptions, and allows for response replays using raw HTTP data loaded from local files. The

    Ruby
    View on GitHub↗4,050
  • 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
  • bogdananton/selenium-setupbogdananton avatar

    bogdananton/Selenium-Setup

    27View on GitHub↗

    ` /\ \ /\ \ \ \,\L\\ \//\ \ /\\ \/\ \ /'\\ \ \ /'\/' \/\ \/\ \/\ \ /' \ /\ \L\ \/\ / \\ \/\ //\ \/\ \ \ \ \ \\ \/\ \/\ \/\ \ \ \\ \\/\\ \\ \\ \\ \\ \/\ \\ \\ \\ \/_/\//\//\//\//\//\//\// \//\//\// Selenium Environment on Windows, Linux and Mac ``

    PHP
    View on GitHub↗27
  • bonigarcia/webdrivermanagerbonigarcia avatar

    bonigarcia/webdrivermanager

    2,686View on GitHub↗

    WebDriverManager is an open-source Java library that carries out the management (i.e., download, setup, and maintenance) of the drivers required by Selenium WebDriver (e.g., chromedriver, geckodriver, msedgedriver, etc.) in a fully automated manner. In addition, WebDriverManager provides…

    Java
    View on GitHub↗2,686
  • c910335/mass-specc910335 avatar

    c910335/mass-spec

    9View on GitHub↗

    Web API testing library

    Crystal
    View on GitHub↗9
  • cheezy/page-objectcheezy avatar

    cheezy/page-object

    649View on GitHub↗

    Gem to implement PageObject pattern in watir-webdriver and selenium-webdriver

    Ruby
    View on GitHub↗649
  • chriskite/anemonechriskite avatar

    chriskite/anemone

    1,603View on GitHub↗

    Anemone web-spider framework

    Ruby
    View on GitHub↗1,603
  • chneukirchen/baconchneukirchen avatar

    chneukirchen/bacon

    425View on GitHub↗

    a small RSpec clone

    Ruby
    View on GitHub↗425
  • circleup/aresponsesCircleUp avatar

    CircleUp/aresponses

    108View on GitHub↗

    Asyncio http mocking. Similar to the responses library used for 'requests'

    Python
    View on GitHub↗108
  • codeborne/selenidecodeborne avatar

    codeborne/selenide

    1,908View on GitHub↗

    Selenide is a framework for writing easy-to-read and easy-to-maintain automated tests in Java. It defines concise fluent API, natural language assertions and does some magic for ajax-based applications to let you focus entirely on the business logic of your tests.

    Java
    View on GitHub↗1,908
  • codegram/spinachcodegram avatar

    codegram/spinach

    578View on GitHub↗

    Spinach is a BDD framework on top of Gherkin.

    Ruby
    View on GitHub↗578
  • colszowka/simplecovcolszowka avatar

    colszowka/simplecov

    4,902View on GitHub↗

    SimpleCov is a Ruby code coverage tool and analysis engine used to track which lines, branches, and methods of code execute during tests. It functions as a coverage threshold enforcer and test suite aggregator, recording execution data to identify untested areas of an application. The tool distinguishes itself through the ability to merge coverage results from parallel worker processes and subprocesses into a single unified report. It supports baseline comparison to detect coverage regressions and can gather data from code executed via dynamic evaluation methods, such as those used in templat

    Ruby
    View on GitHub↗4,902
  • crystal-china/hashrcrystal-china avatar

    crystal-china/hashr

    2View on GitHub↗

    Hashr is a tiny library makes test on JSON response easier, and can also be used as a models object.

    Crystal
    View on GitHub↗2
  • crystal-community/timecop.crcrystal-community avatar

    crystal-community/timecop.cr

    21View on GitHub↗

    A testing library that allows "time travel," "freezing time," and "time acceleration". Inspired by the ruby-timecop library.

    Crystal
    View on GitHub↗21
  • crystal-loot/selenium.crcrystal-loot avatar

    crystal-loot/selenium.cr

    27View on GitHub↗

    Selenium library for Crystal

    Crystal
    View on GitHub↗27
  • cucumber/arubacucumber avatar

    cucumber/aruba

    965View on GitHub↗

    Test command-line applications with Cucumber-Ruby, RSpec or Minitest.

    Rubybddcucumberruby
    View on GitHub↗965
  • cucumber/cucumbercucumber avatar

    cucumber/cucumber

    3,354View on GitHub↗

    A home for issues that are common to multiple cucumber repositories

    View on GitHub↗3,354
  • cupakromer/emoji-rspeccupakromer avatar

    cupakromer/emoji-rspec

    172View on GitHub↗

    Custom Emoji Formatters for RSpec

    Ruby
    View on GitHub↗172
  • 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
  • darcy-framework/darcy-webdriverdarcy-framework avatar

    darcy-framework/darcy-webdriver

    23View on GitHub↗

    darcy-webdriver

    Java
    View on GitHub↗23
  • django-commons/django-debug-toolbardjango-commons avatar

    django-commons/django-debug-toolbar

    8,373View on GitHub↗

    django-debug-toolbar is a developer tool that provides a browser-based set of diagnostic panels for inspecting HTTP requests and responses within a Django web application. It serves as a server-side diagnostics tool and web framework development suite, allowing developers to profile and inspect request-response cycles. The tool focuses on Django application troubleshooting, database optimization, and general web development. It enables the analysis of SQL queries and database performance to identify slow calls and reduce the number of requests per page. The software includes capabilities for

    Python
    View on GitHub↗8,373
  • avmnu-sng/rspec-traceravmnu-sng avatar

    avmnu-sng/rspec-tracer

    174View on GitHub↗

    RSpec Tracer is a specs dependency analyzer, flaky tests detector, tests accelerator, and coverage reporter tool.

    Ruby
    View on GitHub↗174