Ross ROSS = Recommend OSS · open-source software intelligence for agents

resource: testing

443 resources, primary matches first, then adoption-weighted; health v2 shown.

ResourceHealth v2StarsMaturity
betterspecs/betterspecs
Better Specs is a community-driven collection of RSpec and Rails testing best practices, published as the betterspecs.org website. The repo…
323499maintenance
phodal/migration
An open-source Chinese-language ebook, 'System Refactoring and Migration Guide', that walks through analyzing, evaluating, and refactoring …
323469maintenance
dunossauro/fastapi-do-zero
A free, open-source course (in Portuguese) that teaches FastAPI from scratch by building a small web API through to deployment. It covers e…
731017active
googlesamples/android-custom-lint-rules
An official Google sample project demonstrating how to write, test, and package custom Android Lint rules in Kotlin/Java. It includes examp…
631017active
LukeMathWalker/build-your-own-jira-with-rust
A test-driven Rust workshop where learners build a JIRA clone through a series of koans (guided exercises) verified by a CLI tool. It targe…
441011active
openai/human-eval
HumanEval is a hand-written evaluation dataset of 164 Python programming problems with unit tests, plus a harness for measuring code-genera…
333354maintenance
github/scripts-to-rule-them-all
A set of boilerplate shell scripts defining GitHub's normalized script pattern (script/bootstrap, script/setup, script/update, script/serve…
103287maintenance
brikis98/terraform-up-and-running-code
Code samples accompanying the book 'Terraform: Up & Running' by Yevgeniy Brikman, organized by tool and book chapter. It provides hands-on …
233249maintenance
arkency/reactjs_koans
A set of test-driven exercises (koans) for learning React.js from scratch, where learners make failing tests pass by editing exercise files…
233214maintenance
google/lisp-koans
A collection of broken unit tests that guide learners progressively through Common Lisp language features, in the style of the Ruby and Pyt…
103193maintenance
BruceEckel/OnJava8-Examples
The official code examples repository for Bruce Eckel's book 'On Java 8', automatically extracted from the book and verified with tests. It…
233176maintenance
angular/angular-phonecat
The official AngularJS Phone Catalog tutorial application, a step-by-step guide to building a web app with AngularJS, where each git tag is…
103097maintenance
seven1m/30-days-of-elixir
A 30-exercise walkthrough of the Elixir programming language, with one small script per day covering basics like lists, maps, pattern match…
323067maintenance
checkly/puppeteer-examples
A collection of practical Puppeteer example scripts for running Headless Chrome from Node.js, covering basics like screenshots and form han…
103041maintenance
cure53/H5SC
A curated collection of HTML5-related XSS attack vectors, test files, and hidden testing features, browsable at html5sec.org. It serves as …
322938maintenance
adnanaziz/EPIJudge
EPI Judge is a companion tool to the Elements of Programming Interviews book, providing stub programs for each problem in Python, Java, and…
322911maintenance
campoy/go-tooling-workshop
A multi-hour workshop by Francesc Campoy covering the Go tooling ecosystem, including source code management, building artifacts, and dynam…
322775maintenance
ept/hermitage
Hermitage is a suite of test cases that probes how different database systems actually implement their transaction isolation levels, simula…
612743maintenance
lydrainbowcat/tedukuri
A community-maintained GitHub repository of supplementary resources for the Chinese competitive programming textbook 《算法竞赛进阶指南》 (Advanced G…
322622maintenance
sbousseaden/EVTX-ATTACK-SAMPLES
A dataset of ~200 Windows EVTX event log samples mapped to MITRE ATT&CK tactics and techniques, covering attack and post-exploitation behav…
322614maintenance
javaee-samples/javaee7-samples
A collection of Java EE 7 sample code and unit tests organized by technology/JSR, runnable on multiple application servers via Arquillian c…
322498maintenance
phodal/growth-in-action
A free open-source ebook (in Chinese) by Phodal that walks readers through building a full-stack web application with Django, covering test…
232484maintenance
china-testing/python-api-tesing
A continuously updated Chinese-language curated resource list for Python testing and test development, covering test frameworks, UI/perform…
322468maintenance
vmadalin/android-modular-architecture
A sample Android application demonstrating a modular, scalable architecture written in Kotlin using Jetpack components, MVVM, and clean arc…
322435maintenance
mrdavidlaing/javascript-koans
A set of JavaScript koans (test-driven learning exercises) based on the Ruby Koans, where learners fix failing Jasmine tests to progress. I…
322418maintenance
kiukotsu/ucore
uCore OS Labs is the set of lab exercises for Tsinghua University's undergraduate operating systems course, guiding students through buildi…
322252maintenance
crytic/not-so-smart-contracts
A curated collection of example Solidity smart contracts demonstrating common Ethereum and EVM vulnerabilities, including real-world code s…
102226maintenance
0xRadi/OWASP-Web-Checklist
A comprehensive OWASP-based web application security testing checklist available as PDF, DOCX, and a copyable Trello board. It organizes hu…
322203maintenance
joemasilotti/UI-Testing-Cheat-Sheet
A companion repository for the UI Testing Cheat Sheet blog post, containing working XCUITest example code in Swift. It demonstrates common …
322166maintenance
ResoCoder/flutter-tdd-clean-architecture-course
The companion code repository for Reso Coder's Flutter TDD Clean Architecture tutorial course. It demonstrates structuring a Flutter app wi…
322149maintenance
eliotsykes/rspec-rails-examples
A Rails application that serves as a comprehensive RSpec cheatsheet, containing well-commented example specs for feature, mailer, model, an…
102148maintenance
codewars/codewars.com
This repository is the public issue tracker for Codewars, a community platform for practicing programming through ranked code challenges ca…
322124maintenance
AlexIoannides/pyspark-example-project
A reference example project demonstrating best practices for structuring PySpark ETL jobs and applications. It shows how to organize code f…
102119maintenance
cure53/HTTPLeaks
HTTPLeaks is a single HTML file that enumerates all known ways a website can inadvertently leak HTTP requests through HTML elements and att…
592117maintenance
cheese10yun/spring-guide
A Korean-language practical guide repository for building maintainable Spring Boot REST APIs, with example code and docs covering testing s…
322095maintenance
wakaleo/game-of-life
A multi-module Maven demo application implementing Conway's Game of Life, used as the example project in the book 'Jenkins: The Definitive …
322073maintenance
cdarwin/go-koans
A set of koans (fill-in-the-blank failing tests) for learning the Go programming language, inspired by Ruby Koans. Learners run `go test` a…
322065maintenance
timoxley/functional-javascript-workshop
A NodeSchool-style interactive workshop that teaches fundamental functional programming in JavaScript using only vanilla ES5, with no libra…
322040maintenance
googlesamples/android-testing-templates
A collection of Google's Android testing templates (Android Testing Blueprint) in Java and Kotlin, integrating Android testing tools and fr…
101955maintenance
Clean-Swift/CleanStore
CleanStore is a sample iOS app demonstrating the Clean Swift architecture, which applies Uncle Bob's Clean Architecture to iOS and Mac proj…
321922maintenance
rmanguinho/clean-ts-api
A Node.js/TypeScript REST and GraphQL API built with Clean Architecture, SOLID principles, design patterns, and TDD, serving as the compani…
321913maintenance
addyosmani/puppeteer-webperf
A collection of JavaScript recipes for automating web performance measurement using Puppeteer and headless Chrome. It includes runnable exa…
321858maintenance
RichardWarburton/java-8-lambdas-exercises
Companion exercise repository for the O'Reilly book 'Java 8 Lambdas' by Richard Warburton. It contains coding exercises presented as failin…
321832maintenance
tanprathan/OWASP-Testing-Checklist
An Excel-based web application security testing checklist built on the OWASP Testing Guide v5 (WSTG), used to track completed and pending t…
321808maintenance
cmake_template
A CMake project template for starting C++ projects quickly with best-practice tooling preconfigured, including sanitizers, static analysis,…
671802maintenance
rochacbruno/python-week-2022
A minimal Python project template called 'beerlog' created for the Python Week 2022 live-streamed course by Bruno Rocha on LinuxTips. Learn…
321797maintenance
mattia-battiston/clean-architecture-example
An example Java project demonstrating what Clean Architecture looks like in practice, created to accompany a presentation. It illustrates s…
321782maintenance
SecWiki/CMS-Hunter
A curated collection of vulnerability test cases and proof-of-concept exploits for popular content management systems like WordPress, Jooml…
321767maintenance
artem-zinnatullin/qualitymatters
A sample Android application demonstrating the 'Android Development Culture' principles, showcasing CI, unit/integration/UI testing, static…
321723maintenance
preboot/angularjs-webpack
A starter boilerplate for building AngularJS 1.x applications with Webpack, including Babel for ES6/ES7, a dev server with live reload, and…
321695maintenance
JeffLi1993/java-core-learning-example
A collection of Java example code and accompanying tutorial articles covering core Java topics such as syntax, OOP, collections, IO, reflec…
321669maintenance
pankod/next-boilerplate
A production-ready Next.js boilerplate combining TypeScript, Redux, Jest, Express.js, Sass, and a built-in project CLI for scaffolding fron…
321614maintenance
diwu/LeetCode-Solutions-in-Swift
A curated collection of LeetCode problem solutions written in Swift 5, with optimal time/space complexity and comprehensive test cases runn…
321545maintenance
thephpleague/skeleton
A skeleton repository template for creating new PHP packages under the League of Extraordinary Packages. It provides a preconfigured struct…
321525maintenance
pvarentsov/typescript-clean-architecture
A reference implementation of Clean Architecture in TypeScript, built as a fictional blogging application (IPoster) using NestJS and TypeOR…
321502maintenance
rmanguinho/clean-react
A survey system for programmers built in React with TypeScript, Hooks, and Recoil, serving as the companion project for a Udemy course on C…
321481maintenance
su37josephxia/wheel-awesome
A Chinese-language educational repository where a frontend engineer reimplements common interview-relevant library internals ('wheels') in …
321476maintenance
google/fuzzer-test-suite
A suite of fuzzing benchmarks derived from real-life C/C++ libraries with interesting bugs and hard-to-reach code paths, designed to evalua…
101471maintenance
karlhadwen/todoist
A Todoist clone built with React (custom hooks, context), Firebase, and React Testing Library, created as an educational tutorial project. …
231391maintenance
liammclennan/JavaScript-Koans
JavaScript Koans is an interactive learning environment that teaches JavaScript through a sequence of failing QUnit tests that students mus…
321383maintenance
mshang/python-elevator-challenge
A Python coding challenge where participants implement the business logic for a simplified elevator simulator until all doctest examples pa…
551380maintenance
arschles/go-in-5-minutes
A collection of code samples, outlines, and videos for the 'Go in 5 Minutes' screencast series teaching practical Go programming topics. Ea…
321348maintenance
krasimir/webpack-library-starter
A Webpack 5 based boilerplate for authoring JavaScript libraries from ES6 or TypeScript sources. It bundles code into a universal UMD forma…
321347maintenance
Dor1s/libfuzzer-workshop
Workshop materials for 'Modern fuzzing of C/C++ Projects', teaching coverage-guided fuzzing with libFuzzer through hands-on examples like f…
321307maintenance
felix1982/software-testing-interview-question
A curated Chinese-language list of common software testing interview questions, compiled into a single markdown reference. It covers test t…
321283maintenance
mykter/afl-training
A hands-on workshop and set of exercises for learning how to fuzz C programs with American Fuzzy Lop (and afl++), including challenges base…
321283maintenance
ErickWendel/semana-javascript-expert06
Course material for Erick Wendel's JS Expert Week 6.0, a project building a Spotify-like radio streaming app with Node.js streams. It inclu…
321260maintenance
dwyl/learn-travis
A beginner-friendly tutorial repository teaching Travis CI (continuous integration) for Node.js developers, covering setup, .travis.yml con…
321228maintenance
the-full-stack/fsdl-text-recognizer-project
Lab materials for the Full Stack Deep Learning course, building a handwriting recognition system from scratch and deploying it as a web ser…
321224maintenance
oldratlee/fucking-java-concurrency
A collection of simple, runnable Java demo programs that showcase common concurrency problems such as race conditions, deadlocks, and threa…
751218maintenance
in28minutes/spring-master-class
A companion code repository for an in28Minutes Udemy course teaching the Spring Framework 5 from beginner to expert, covering dependency in…
321188maintenance
rocketseat-education/bootcamp-gostack-desafios
A collection of all the module challenges from Rocketseat's GoStack Bootcamp, covering Node.js, ReactJS, and React Native concepts and fund…
321177maintenance
cheese10yun/spring-jpa-best-practices
A step-by-step tutorial repository demonstrating Spring Data JPA best practices in Java, covering entity mapping, validation, exception han…
321172maintenance
freechipsproject/chisel-bootcamp
A Jupyter Notebook-based bootcamp for learning Chisel, a Berkeley hardware construction DSL embedded in Scala, with an emphasis on writing …
321150maintenance
testdouble/contributing-tests
A repository that exists primarily as a host for a wiki of educational material about contributing tests and testing practices. It contains…
231125maintenance
hehonghui/mockito-doc-zh
A Chinese-language translation of the official Mockito framework documentation (covering versions 1.x through 2.0), maintained as a communi…
321124maintenance
kentcdodds/testing-react-apps
A hands-on workshop repository from Epic React by Kent C. Dodds teaching how to test React components and applications. It contains exercis…
321097maintenance
kentcdodds/react-testing-library-course
Course material for Kent C. Dodds' TestingJavaScript.com course on testing React components with Jest and React Testing Library. It contain…
321083maintenance
jojoldu/freelec-springboot2-webservice
Example code repository accompanying the Korean book 'Spring Boot 2 Web Service Deployment' by jojoldu. It demonstrates building and deploy…
321066maintenance
stemmlerjs/simple-typescript-starter
A minimal TypeScript starter project for Node.js with preconfigured build, test, and lint tooling. It serves as a template and companion to…
321026maintenance
ThePrimeagen/kata-machine
A TypeScript-based training tool that generates daily coding katas for practicing algorithms and data structures, developed live on Twitch …
321489experimental
total-typescript/advanced-patterns-workshop
An interactive workshop repository by Matt Pocock (Total TypeScript) teaching advanced TypeScript patterns through hands-on exercises. Lear…
751461experimental
lambci/docker-lambda
Docker images and test runners that replicate the live AWS Lambda environment almost identically, including installed libraries, file permi…
105781abandoned
mgechev/angular-seed
A deprecated, extensible starter project (boilerplate) for building Angular 2+ applications with a statically typed Gulp build system and A…
424520abandoned
tbranyen/backbone-boilerplate
An opinionated boilerplate and workflow for building Backbone.js web applications, bundling Backbone, jQuery, Lodash, Grunt, Babel, and Moc…
324445abandoned
ngbp/ngbp
ngBoilerplate is an opinionated project kickstarter for AngularJS applications, bundling Bootstrap, Angular UI, Font Awesome, and LESS with…
323880abandoned
Kotlin/kotlin-koans
Kotlin Koans is a workshop consisting of 42 exercises to learn Kotlin syntax, where each exercise is a failing unit test the learner must m…
102607abandoned
pheuter/essential-react
A minimal skeleton/boilerplate for building testable React applications using Babel 6, Webpack, and React Hot Loader. It provides a minimal…
232002abandoned
PatrickJS/NG6-starter
NG6-starter is a minimal starter boilerplate for building scalable AngularJS (Angular 1.x) applications with ES6 and Webpack, using Gulp as…
321888abandoned
hitherejoe/Android-Boilerplate
An Android boilerplate application template demonstrating data downloading, persisting, and syncing with a common app layout. It integrates…
321857abandoned
appium-boneyard/sample-code
A collection of sample applications and example test code for Appium, the mobile automation framework, written in many languages including …
101612abandoned
athkalia/Just-Another-Android-App
A sample Android application demonstrating MVP architecture with many popular Android libraries such as Dagger2, RxJava, Retrofit, Glide, a…
101601abandoned
elgalu/docker-selenium
Docker images bundling a Selenium Grid with Chrome and Firefox nodes, plus VNC access and MP4 video recording of test sessions. This fork i…
101412abandoned
microsoftarchive/cqrs-journey
A Microsoft patterns & practices reference implementation and guide demonstrating the CQRS (Command Query Responsibility Segregation) patte…
101398abandoned
kentcdodds/testing-workshop
A workshop repository by Kent C. Dodds for learning how to test JavaScript applications, covering unit testing with Jest, integration testi…
101358abandoned
preboot/angular-webpack
A starter/boilerplate repository for building Angular v2+ applications with Webpack and TypeScript. It bundles a dev server, unit testing w…
321271abandoned
stephanenicolas/Quality-Tools-for-Android
A sample Android app plus test suites demonstrating how to integrate Java quality-analysis and testing tools (Robolectric, Espresso, Roboti…
321255abandoned
coryhouse/pluralsight-redux-starter
A completed development environment / starter kit accompanying Cory House's Pluralsight course 'Building Applications with React and Redux …
101251abandoned
rlerdorf/php7dev
A Debian 8 Vagrant box image preconfigured for testing PHP apps and developing extensions across multiple PHP versions, with documentation …
321137abandoned
saulmm/Avengers
A deprecated Android demo project showing how to combine Retrofit, Dagger 2, and RxJava following Clean Architecture principles. It accompa…
231075abandoned

← prev page 3 / 5 next →