awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to scanapi/scanapi

Open-source alternatives to Scanapi

30 open-source projects similar to scanapi/scanapi, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Scanapi alternative.

  • dvyukov/go-fuzzالصورة الرمزية لـ dvyukov

    dvyukov/go-fuzz

    4,853عرض على GitHub↗

    go-fuzz is a coverage-guided randomized testing tool for identifying crashes and logic bugs in Go code. It consists of a fuzzer that evolves random inputs based on code execution paths, an instrumentation tool that produces binaries for tracking coverage, and a seed corpus manager. The tool utilizes compile-time binary instrumentation to monitor branch coverage and employs a feedback-driven mutation loop to prioritize inputs that reach new sections of the codebase. It includes capabilities for comparative differential testing to identify logic errors by executing different implementations of

    Go
    عرض على GitHub↗4,853
  • hypothesisworks/hypothesisالصورة الرمزية لـ HypothesisWorks

    HypothesisWorks/hypothesis

    8,717عرض على GitHub↗

    Hypothesis is a Python property-based testing library and data generation engine. It enables the discovery of edge cases and bugs by generating a wide range of randomized inputs based on defined strategies and shrinking complex failing examples to their smallest possible form. It also functions as a state machine testing framework to verify system behavior across sequences of interdependent operations. The project features a fuzzing integration layer that converts raw byte buffers from coverage-guided fuzzers into structured test cases. It includes a persistence mechanism to store and synchro

    Pythonfuzzingproperty-based-testingpython
    عرض على GitHub↗8,717
  • christian-bromann/awesome-seleniumالصورة الرمزية لـ christian-bromann

    christian-bromann/awesome-selenium

    1,131عرض على GitHub↗

    A curated list of delightful Selenium resources.

    awesomeawesome-listlist
    عرض على GitHub↗1,131
  • dnaeon/go-vcrالصورة الرمزية لـ dnaeon

    dnaeon/go-vcr

    1,388عرض على GitHub↗

    Record and replay your HTTP interactions for fast, deterministic and accurate tests

    Gogogolangtesting
    عرض على GitHub↗1,388

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • go-testfixtures/testfixturesالصورة الرمزية لـ go-testfixtures

    go-testfixtures/testfixtures

    1,233عرض على GitHub↗

    Ruby on Rails like test fixtures for Go. Write tests against a real database

    Godatabasefixturesgo
    عرض على GitHub↗1,233
  • h2non/gockالصورة الرمزية لـ h2non

    h2non/gock

    2,216عرض على GitHub↗

    HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽

    Goapiassertionsexpectations
    عرض على GitHub↗2,216
  • avajs/avaالصورة الرمزية لـ avajs

    avajs/ava

    20,849عرض على GitHub↗

    Ava is a test runner for JavaScript and TypeScript designed to execute test suites with a focus on concurrency and isolation. It serves as a concurrent test executor that runs test files in parallel across multiple processes to reduce total runtime and prevent state leakage between suites. The project features a built-in snapshot testing framework that saves large data structures to disk and compares subsequent executions to detect regressions via diffs. It is also compatible with the Test Anything Protocol, allowing it to export results for use with external reporting tools. Its capability

    JavaScriptassertasyncasync-functions
    عرض على GitHub↗20,849
  • chaijs/chaiالصورة الرمزية لـ chaijs

    chaijs/chai

    8,264عرض على GitHub↗

    Chai is an assertion library for Node.js and browser-based JavaScript applications. It functions as both a behavior-driven development and test-driven development framework, providing a system to verify code outputs, application state, and general logic. The project is an extensible validation engine that uses a plugin-based system to allow the registration of custom assertions and specialized data checks. It supports multiple modular assertion styles to accommodate different validation philosophies. The library covers a broad range of data validation capabilities, including the inspection o

    JavaScript
    عرض على GitHub↗8,264
  • data-dog/go-sqlmockالصورة الرمزية لـ DATA-DOG

    DATA-DOG/go-sqlmock

    6,525عرض على GitHub↗

    go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through the standard database/sql/driver interface, eliminating the need for a real database connection. It provides a comprehensive mocking framework that allows developers to define expectations for SQL operations, including queries, executions, prepared statements, and transaction lifecycles, with precise control over the results and errors returned. The library distinguishes itself through its flexible matching and verification capabilities. It supports regex-based or exact SQL

    Godatabasegogolang
    عرض على GitHub↗6,525
  • data-dog/godogD

    DATA-DOG/godog

    0عرض على GitHub↗
    عرض على GitHub↗0
  • fityanos/awesome-quality-assurance-roadmapالصورة الرمزية لـ fityanos

    fityanos/awesome-quality-assurance-roadmap

    2,118عرض على GitHub↗

    This project is a structured learning path and resource collection designed for software quality assurance and automation engineering. It provides a comprehensive curriculum that guides users through the fundamental principles of software testing, professional career development, and the methodologies required to maintain reliable software delivery lifecycles. The resource emphasizes the importance of manual test design and validation logic as a prerequisite to automation. It offers standardized templates for test planning, project scoping, and execution strategies, ensuring that quality assu

    api-testingautomation-testawesome
    عرض على GitHub↗2,118
  • go-check/checkG

    go-check/check

    0عرض على GitHub↗
    عرض على GitHub↗0
  • gotestyourself/gotest.toolsG

    gotestyourself/gotest.tools

    0عرض على GitHub↗
    عرض على GitHub↗0
  • h2non/balooH

    h2non/baloo

    0عرض على GitHub↗
    عرض على GitHub↗0
  • appleboy/gofightA

    appleboy/gofight

    0عرض على GitHub↗
    عرض على GitHub↗0
  • asweigart/pyautoguiالصورة الرمزية لـ asweigart

    asweigart/pyautogui

    12,564عرض على GitHub↗

    PyAutoGUI is a Python GUI automation library and desktop automation framework. It provides a set of tools for programmatically controlling the mouse and keyboard to automate user interface interactions across different operating systems. The project functions as a cross-platform input simulator and computer vision screen scanner. It enables the simulation of keystrokes and cursor movements to perform repetitive tasks and utilizes screen analysis to locate specific images or pixel colors on the display. Its capability surface includes mouse and keyboard input simulation, screen image capture,

    Python
    عرض على GitHub↗12,564
  • alexfernandez/loadtestالصورة الرمزية لـ alexfernandez

    alexfernandez/loadtest

    2,633عرض على GitHub↗

    Runs a load test on the selected URL. Fast and easy to use. Can be integrated in your own workflow using the API.

    JavaScript
    عرض على GitHub↗2,633
  • bradleyjkemp/cupaloyB

    bradleyjkemp/cupaloy

    0عرض على GitHub↗
    عرض على GitHub↗0
  • codeceptjs/codeceptjsالصورة الرمزية لـ codeceptjs

    codeceptjs/CodeceptJS

    4,225عرض على GitHub↗

    CodeceptJS is a NodeJS end-to-end testing framework designed for automating acceptance tests across web, mobile, and desktop applications using a unified API. It serves as a cross-platform test automator and a behavior-driven development tool that maps human-readable feature files to technical step definitions. The framework features AI-powered test maintenance that uses machine learning to automatically identify and repair broken element selectors. It includes capabilities for autonomous test generation and a server that allows external agents to control tests and debug browser sessions in r

    JavaScript
    عرض على GitHub↗4,225
  • coderabbitai/awesome-coderabbitالصورة الرمزية لـ coderabbitai

    coderabbitai/awesome-coderabbit

    397عرض على GitHub↗

    Official awesome-list of CodeRabbit Starters & Resources ⚡️

    aiawesomeawesome-list
    عرض على GitHub↗397
  • aliesbelik/awesome-gatlingالصورة الرمزية لـ aliesbelik

    aliesbelik/awesome-gatling

    80عرض على GitHub↗

    A collection of resources covering different aspects of Gatling load testing tool usage.

    awesomeawesome-gatlingawesome-list
    عرض على GitHub↗80
  • aliesbelik/awesome-jmeterالصورة الرمزية لـ aliesbelik

    aliesbelik/awesome-jmeter

    790عرض على GitHub↗

    A collection of resources covering different aspects of JMeter usage.

    HTMLapache-jmeterawesomeawesome-list
    عرض على GitHub↗790
  • adamluzsi/testcaseA

    adamluzsi/testcase

    0عرض على GitHub↗
    عرض على GitHub↗0
  • facebook/jestالصورة الرمزية لـ facebook

    facebook/jest

    45,448عرض على GitHub↗

    Jest is a JavaScript testing framework that integrates a test runner, an assertion library, and a snapshot testing tool. Its primary purpose is to provide a comprehensive environment for writing and running automated JavaScript tests to verify software correctness. The framework is distinguished by its snapshot testing capabilities, which capture the state of large objects or rendered components to detect regressions over time. It also features a reactive watch mode that monitors file changes and automatically executes only the tests related to modified code. The project covers a broad range

    TypeScript
    عرض على GitHub↗45,448
  • franela/goblinالصورة الرمزية لـ franela

    franela/goblin

    890عرض على GitHub↗

    Minimal and Beautiful Go testing framework

    Go
    عرض على GitHub↗890
  • gavv/httpexpectالصورة الرمزية لـ gavv

    gavv/httpexpect

    2,721عرض على GitHub↗

    End-to-end HTTP and REST API testing for Go.

    Goassertionshttpjson
    عرض على GitHub↗2,721
  • golang/mockالصورة الرمزية لـ golang

    golang/mock

    9,361عرض على GitHub↗

    GoMock is a mocking framework for the Go programming language.

    Go
    عرض على GitHub↗9,361
  • google/go-cmpالصورة الرمزية لـ google

    google/go-cmp

    4,651عرض على GitHub↗

    go-cmp is a value comparison library for Go designed for use in test suites. It functions as a recursive data differ and assertion tool that determines if two complex data structures are semantically equal rather than relying on strict bitwise equality. The library provides a framework for defining specialized comparison logic, allowing users to register custom equality overrides for specific types. It includes mechanisms to manage how unexported fields are handled during traversal to prevent runtime panics during deep equality checks. The system utilizes reflection-based value traversal to

    Goequalitygotesting
    عرض على GitHub↗4,651
  • grafana/awesome-k6الصورة الرمزية لـ grafana

    grafana/awesome-k6

    766عرض على GitHub↗

    A curated list of awesome tools, content and projects using k6

    awesomeawesome-listk6
    عرض على GitHub↗766
  • istanbuljs/nycالصورة الرمزية لـ istanbuljs

    istanbuljs/nyc

    5,746عرض على GitHub↗

    nyc is a JavaScript code coverage tool and command-line interface that instruments source files to track the execution of lines, branches, and functions during test runs. It acts as a wrapper for Node.js test runners, intercepting the module loading process to collect coverage data. The tool functions as a coverage data merger and build gating tool, allowing users to combine results from multiple independent test runs or child processes into a single unified report. It can automatically fail the build process if code coverage percentages fall below defined minimum thresholds. The project sup

    JavaScriptcode-coverageistanbuljavascript
    عرض على GitHub↗5,746