awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repository-uri

Awesome GitHub RepositoriesApplication Testing Workflows

Comprehensive strategies for combining unit, widget, and integration tests to validate software behavior.

Distinct from Unit Testing: Focuses on the combined workflow of multiple test levels and coverage reporting, rather than just isolated unit tests.

Explore 9 awesome GitHub repositories matching testing & quality assurance · Application Testing Workflows. Refine with filters or upvote what's useful.

Awesome Application Testing Workflows GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • flutter/samplesAvatar flutter

    flutter/samples

    19,172Vezi pe GitHub↗

    This is a comprehensive library of code examples and reference implementations for building cross-platform user interfaces with Flutter. The project provides a collection of demo applications and guides designed to illustrate the implementation of design patterns, animation techniques, and testing workflows. The repository features specific demonstrations for native integration, including examples of embedding modules into existing native applications, using platform channels, and bridging native code with the framework. It also serves as an animation reference, providing implementations for

    Provides detailed examples of unit, widget, and integration testing workflows with automated coverage reporting.

    Dart
    Vezi pe GitHub↗19,172
  • alsotang/node-lessonsAvatar alsotang

    alsotang/node-lessons

    16,450Vezi pe GitHub↗

    node-lessons is a comprehensive Node.js programming course and instructional guide. It provides a collection of guided lessons and code examples designed to teach the fundamentals of the Node.js runtime and server-side JavaScript development. The project serves as a practical guide for building web servers and backend applications, specifically covering the implementation of HTTP servers, request routing, and middleware chains. It includes specialized instructional material on managing asynchronous JavaScript workflows through promises and flow control, as well as guides for integrating NoSQL

    Implements a combined workflow of unit, browser, and integration tests with coverage reporting.

    JavaScriptjavascriptnodejs
    Vezi pe GitHub↗16,450
  • thoughtbot/guidesAvatar thoughtbot

    thoughtbot/guides

    9,556Vezi pe GitHub↗

    This project is a software engineering style guide and a curated collection of architectural patterns and coding standards. It provides a multi-language coding standard to ensure maintainable software across Ruby, Python, JavaScript, and Swift. The project establishes a development workflow specification for version control, continuous integration, and peer review to maintain a linear project history. It also includes a web accessibility framework based on ARIA and WCAG standards, using design tokens and semantic HTML patterns to build inclusive interfaces. The guides cover a broad range of

    Defines a layered testing strategy combining unit and integration tests to validate software behavior.

    Ruby
    Vezi pe GitHub↗9,556
  • sebastianbergmann/php-code-coverageAvatar sebastianbergmann

    sebastianbergmann/php-code-coverage

    8,931Vezi pe GitHub↗

    php-code-coverage is a PHP library and analysis tool designed to track runtime execution and determine which parts of a codebase are exercised by automated tests. It monitors executed lines and branches during a test run to identify gaps in test coverage and evaluate the effectiveness of a test suite. The tool functions as an execution tracker and report generator that transforms raw PHP execution data into human-readable formats. It serializes collected metrics for storage and utilizes a processing system to calculate the total percentage of code covered. Its capability surface covers the e

    Integrates execution data collection into the PHP testing workflow to verify critical code paths.

    PHP
    Vezi pe GitHub↗8,931
  • railsgirls/guides.railsgirls.comAvatar railsgirls

    railsgirls/guides.railsgirls.com

    7,106Vezi pe GitHub↗

    This project is a web development tutorial site and a Ruby on Rails learning resource designed as a beginner programming guide. It serves as a technical workshop curriculum and a structured framework for organizing and coaching community-led programming events. The site functions as a static site generator that converts Markdown content and templates into pre-rendered HTML pages. This architecture supports the delivery of step-by-step guides and instructional materials used to teach new learners how to build web applications. The content covers a broad range of capabilities, including Ruby o

    Teaches a comprehensive strategy for writing and executing automated test suites to ensure stability.

    HTMLhacktoberfestrailsruby
    Vezi pe GitHub↗7,106
  • prodesire/python-guide-cnAvatar Prodesire

    Prodesire/Python-Guide-CN

    4,432Vezi pe GitHub↗

    Python-Guide-CN is a Chinese translation of a comprehensive guide to idiomatic Python programming and software development. It serves as a curated programming tutorial and ecosystem reference, providing a structured path for learning Python syntax, standard libraries, and professional coding patterns. The project distinguishes itself by offering detailed instructions for setting up development environments across Windows, macOS, and Linux. It specifically focuses on the selection of interpreters and the management of virtual environments to ensure a consistent workspace. The guide covers a b

    Outlines software testing workflows, including unit tests and automated suites for ensuring code correctness.

    Batchfile
    Vezi pe GitHub↗4,432
  • bbatsov/clojure-style-guideAvatar bbatsov

    bbatsov/clojure-style-guide

    4,095Vezi pe GitHub↗

    Acest proiect oferă un set de linii directoare de arhitectură software, standarde de codare Lisp și modele de programare funcțională pentru dezvoltarea în Clojure. Acesta stabilește cele mai bune practici pentru implementarea logicii declarative și gestionarea stării partajate prin utilizarea structurilor de date persistente și a referințelor atomice. Ghidul acoperă standardele pentru documentarea API-urilor publice și organizarea directoarelor de proiect pentru a asigura distribuția portabilă a bibliotecilor. Detaliază aplicarea formatării consistente și a regulilor de denumire pentru a îmbunătăți lizibilitatea codului sursă și colaborarea în echipă. Domeniul de aplicare se extinde la modele de dezvoltare idiomatice, inclusiv organizarea spațiilor de nume (namespaces), structurarea definițiilor de funcții și a suitelor de testare, precum și designul responsabil al macro-urilor. De asemenea, oferă îndrumări privind gestionarea interop-ului cu tipuri externe și gestionarea distribuției bibliotecilor prin coordonate stabile.

    Outlines comprehensive strategies for structuring test suites and assertion patterns to ensure long-term maintainability.

    Vezi pe GitHub↗4,095
  • frontendmasters/front-end-handbook-2019Avatar FrontendMasters

    FrontendMasters/front-end-handbook-2019

    4,085Vezi pe GitHub↗

    This project is a comprehensive front-end engineering guide and web development curriculum. It serves as a reference for the languages, tools, and architectural patterns used to build web applications, including a dedicated manual for web security and performance. The repository provides a curated tooling catalog for code editing, version control, and deployment workflows. It also includes structured learning paths covering user interface design, state management, and browser performance optimization. The content covers a broad range of engineering domains, including security risk analysis,

    Outlines comprehensive strategies for combining unit, functional, and integration testing to ensure web application quality.

    HTMLbookcssfront-end
    Vezi pe GitHub↗4,085
  • behat/behatAvatar Behat

    Behat/Behat

    3,959Vezi pe GitHub↗

    Behat is a behavior-driven development framework and test automation tool for PHP. It functions as a Gherkin test runner that maps natural language feature files to executable PHP methods to verify that software implementation aligns with business requirements. The framework enables the definition of application behavior using a structured, human-readable format based on user stories, supporting localized keywords for non-English speaking stakeholders. It distinguishes itself through a driver-based browser simulation layer for user interface verification and specialized integrations for the S

    Uses specialized step definitions and web-based access to verify business scenarios within Drupal installations.

    PHPbddbehatbehavior-driven-development
    Vezi pe GitHub↗3,959
  1. Home
  2. Testing & Quality Assurance
  3. Software Testing
  4. Testing Frameworks
  5. Unit
  6. Unit Testing
  7. Application Testing Workflows

Explorează sub-etichetele

  • CMS Workflow TestingSpecialized testing workflows designed for verifying business scenarios within Content Management Systems. **Distinct from Application Testing Workflows:** Distinct from general application workflows; targets the specific architecture and access patterns of CMS platforms like Drupal.