resource: e2e-testing
77 resources, primary matches first, then adoption-weighted; health v2 shown.
| Resource | Health v2 | Stars | Maturity |
|---|---|---|---|
| realworld-apps/realworld RealWorld is a collection of exemplary fullstack demo applications — the same Medium.com clone implemented in over 100 frameworks and langu… | 77 | 84139 | active |
| goldbergyoni/javascript-testing-best-practices A comprehensive, curated guide of 50+ best practices for JavaScript and Node.js testing, covering frontend, backend, and CI topics from bas… | 32 | 24630 | active |
| android/testing-samples A collection of sample projects from Google demonstrating automated testing frameworks and techniques on Android, including Espresso, UiAut… | 47 | 9291 | active |
| bencodezen/vue-enterprise-boilerplate An opinionated architecture and development environment boilerplate for new Vue 3 + Vite single-page application projects, built on create-… | 61 | 7778 | active |
| atinfo/awesome-test-automation A curated awesome-list of test automation frameworks, tools, libraries, and software organized by programming language (Python, Java, Ruby,… | 57 | 7146 | active |
| web-platform-tests/wpt A large cross-browser test suite for the Web platform stack, covering specifications from WHATWG, W3C, and other standards bodies. It inclu… | 95 | 6123 | active |
| belnadris/angular-electron A starter template (boilerplate) for building cross-platform desktop applications with Angular and Electron, including TypeScript, SASS, an… | 88 | 5721 | active |
| goldbergyoni/nodejs-testing-best-practices A comprehensive guide to modern Node.js testing featuring 50+ best practices, advanced topics like database, message queue, and contract te… | 52 | 4390 | active |
| jepsen-io/maelstrom Maelstrom is a workbench for learning distributed systems by writing toy implementations, built on the Jepsen testing library. It provides … | 64 | 3668 | active |
| jmcdo29/testing-nestjs A community-maintained repository of example NestJS applications demonstrating testing techniques including unit tests, integration tests, … | 31 | 3014 | active |
| cawa-93/vite-electron-builder A secure Electron application boilerplate built on Vite with TypeScript, supporting Vue, React, Angular, Svelte, Preact, Solid, and Vanilla… | 80 | 2990 | active |
| KhronosGroup/WebGL The official Khronos repository hosting the WebGL specification documents and the WebGL conformance test suite. It serves as the canonical … | 76 | 2847 | active |
| tc39/test262 Test262 is the official conformance test suite for the ECMAScript (JavaScript) language specifications, including ECMA-262, ECMA-402, and E… | 95 | 2813 | active |
| cosmicpython/code Companion example application code for the book 'Architecture Patterns with Python' by cosmicpython. Each chapter has its own branch demons… | 44 | 2693 | active |
| mojoaxel/awesome-regression-testing A curated awesome-list of resources, tools, frameworks, and services for visual regression testing. It aggregates links covering browser au… | 70 | 2414 | active |
| TheJambo/awesome-testing A curated awesome-list of software testing resources including tools, books, training, blogs, and newsletters. It targets newcomers to soft… | 77 | 2357 | active |
| mjhea0/flaskr-tdd An extended version of the official Flask tutorial that walks through building Flaskr, a mini-blog application, using test-driven developme… | 67 | 2343 | active |
| fityanos/awesome-quality-assurance-roadmap An awesome-list style roadmap guiding aspiring Software Quality Assurance and Quality Automation Engineers through the skills needed for a … | 70 | 2168 | active |
| NoriSte/ui-testing-best-practices A curated, community-maintained guide of UI testing best practices covering testing strategies, E2E, integration, and component testing. It… | 52 | 1737 | active |
| mxschmitt/awesome-playwright A curated awesome-list of tools, utilities, integrations, and projects built around the Playwright browser automation and testing framework… | 76 | 1560 | active |
| jest-community/awesome-jest A curated awesome list of Jest packages, plugins, and resources maintained by the jest-community organization. It catalogs matchers, IDE in… | 62 | 1549 | active |
| hjwp/book-example Companion example code repository for the book 'Test-Driven Web Development with Python' (Obey the Testing Goat), with one branch per book … | 53 | 1491 | active |
| eugene-khyst/postgresql-event-sourcing A reference implementation of an event-sourced system using PostgreSQL as the event store, built with Spring Boot in Java. It demonstrates … | 10 | 1356 | active |
| webcomponents/custom-elements-everywhere A project that runs Karma test suites against major JavaScript frameworks to evaluate how well they interoperate with Custom Elements (Web … | 76 | 1256 | active |
| hamvocke/spring-testing A Spring Boot sample application demonstrating test automation across all levels of the test pyramid, from unit tests to end-to-end tests. … | 53 | 1236 | active |
| vdespa/introduction-to-postman-course A free introductory course on writing API tests with Postman, including course notes, a sample Simple Books API, and a video on freeCodeCam… | 46 | 1148 | active |
| christian-bromann/awesome-selenium A curated list of Selenium and WebDriver resources, including testing tools, drivers, grid setups, cloud services, and web scraping librari… | 65 | 1130 | active |
| BMayhew/awesome-sites-to-test-on A curated awesome-style list of websites and applications for practicing software testing, including security, web, mobile, performance, AP… | 76 | 1096 | active |
| checkly/puppeteer-examples A collection of practical Puppeteer example scripts for running Headless Chrome from Node.js, covering basics like screenshots and form han… | 10 | 3041 | maintenance |
| china-testing/python-api-tesing A continuously updated Chinese-language curated resource list for Python testing and test development, covering test frameworks, UI/perform… | 32 | 2468 | maintenance |
| 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 … | 32 | 2166 | maintenance |
| eliotsykes/rspec-rails-examples A Rails application that serves as a comprehensive RSpec cheatsheet, containing well-commented example specs for feature, mailer, model, an… | 10 | 2148 | maintenance |
| jlandure/alpine-chrome Docker images providing headless Chrome built on the tiny Alpine Linux base, with variants bundling Node.js, Puppeteer, Playwright, Chromed… | 46 | 2137 | maintenance |
| 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 … | 32 | 2073 | maintenance |
| 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… | 10 | 1955 | maintenance |
| artem-zinnatullin/qualitymatters A sample Android application demonstrating the 'Android Development Culture' principles, showcasing CI, unit/integration/UI testing, static… | 32 | 1723 | maintenance |
| 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… | 32 | 1097 | maintenance |
| 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… | 32 | 1083 | maintenance |
| angular/angular-seed angular-seed is an application skeleton for bootstrapping AngularJS web apps, preconfigured with a sample app, dev server, and testing tool… | 10 | 13079 | abandoned |
| jhen0409/react-chrome-extension-boilerplate A boilerplate template for building Chrome extensions with React and Redux. It includes hot reloading via Webpack, ES2015+ support with Bab… | 23 | 2138 | abandoned |
| appium-boneyard/sample-code A collection of sample applications and example test code for Appium, the mobile automation framework, written in many languages including … | 10 | 1612 | abandoned |
| 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… | 10 | 1412 | abandoned |
| kentcdodds/testing-workshop A workshop repository by Kent C. Dodds for learning how to test JavaScript applications, covering unit testing with Jest, integration testi… | 10 | 1358 | abandoned |
| preboot/angular-webpack A starter/boilerplate repository for building Angular v2+ applications with Webpack and TypeScript. It bundles a dev server, unit testing w… | 32 | 1271 | abandoned |
| 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… | 32 | 1255 | abandoned |
| zhentaoo/puppeteer-deep A collection of Puppeteer/Headless Chrome demo scripts in JavaScript showing advanced web scraping, automated UI interactions (auto-posting… | 32 | 1209 | abandoned |
| google-developer-training/advanced-android-testing A deprecated Google codelab sample app (TO-DO Notes) in Kotlin for the Advanced Android Kotlin Testing series (5.1-5.3), teaching Android t… | 10 | 1019 | abandoned |
| tnajdek/angular-requirejs-seed A fork of the official Angular Seed project that adds full RequireJS support for AngularJS 1.4.x applications. It provides an application s… | 10 | 1016 | abandoned |
| android/architecture-samples A collection of Android sample apps from Google demonstrating different architectural patterns, centered on the same TODO app implemented a… | 77 | 45802 | active |
| ant-design/ant-design-pro Ant Design Pro is an out-of-box React boilerplate for building enterprise admin applications, built on Ant Design 6, Umi Max, and TypeScrip… | 99 | 38708 | active |
| wasp-lang/open-saas Open SaaS is a free, open-source SaaS boilerplate built on the Wasp full-stack framework (React, NodeJS, Prisma). It ships with pre-configu… | 86 | 15641 | active |
| ixartz/Next-js-Boilerplate A free, open-source Next.js boilerplate and starter template with App Router support, Tailwind CSS 4, and TypeScript. It bundles authentica… | 94 | 13052 | active |
| simplezhli/flutter_deer A Flutter practice project that implements a complete, realistic app UI from provided design drawings, covering widgets, state management, … | 62 | 8611 | active |
| Blazity/next-enterprise An enterprise-grade Next.js boilerplate providing a production-ready starter template with preconfigured tooling including Tailwind CSS, st… | 74 | 7447 | active |
| HQarroum/docker-android A minimal, customizable Alpine-based Docker image that runs the Android emulator as a headless network-accessible service with ADB port for… | 67 | 7248 | active |
| brocoders/nestjs-boilerplate A NestJS REST API boilerplate providing a production-ready starting point for typical backend projects. It ships with authentication, TypeO… | 77 | 4383 | active |
| realworld-apps/vue-realworld-example-app A RealWorld-conformant example application built with Vue 3, Pinia, and Vue Router, demonstrating CRUD, authentication, routing, and pagina… | 78 | 4070 | active |
| SimulatedGREG/electron-vue electron-vue is a boilerplate for building Electron desktop applications with Vue.js, scaffolded via vue-cli. It bundles webpack with vue-l… | 10 | 15382 | maintenance |
| electron-vite/electron-vite-react An Electron + Vite + React + Sass boilerplate/template for building cross-platform desktop apps with TypeScript. It ships with Electron and… | 66 | 2431 | active |
| Ismaestro/angular-example-app A production-ready Angular 21 example application serving as a real-world starter and learning resource. It demonstrates best practices inc… | 80 | 2387 | active |
| jonashackt/spring-boot-vuejs An example project demonstrating how to build a full-stack application with a Spring Boot backend and a Vue.js frontend, including REST API… | 76 | 2123 | active |
| cloudflare/templates A collection of official starter templates for building full-stack applications on Cloudflare Workers, usable via the Cloudflare dashboard … | 94 | 2085 | active |
| graphile/starter Graphile Starter is an opinionated full-stack SaaS quick-start template built on React, Node.js, GraphQL, and PostgreSQL, powered by PostGr… | 56 | 1827 | active |
| DanWahlin/Angular-JumpStart An example Angular and TypeScript application demonstrating core Angular features such as routing, components, directives, pipes, forms, an… | 62 | 1590 | active |
| majidmanzarpour/threejs-game-skills A collection of self-contained agent skills for Codex and Claude Code that guide AI agents through building polished, playable Three.js bro… | 55 | 1354 | active |
| in28minutes/spring-boot-master-class A Spring Boot master class repository accompanying an online course, teaching Spring Boot through building a todo management web applicatio… | 57 | 1117 | active |
| mutoe/vue3-realworld-example-app A RealWorld-conformant example Medium/Conduit clone built with Vue 3, Vite, TypeScript, Pinia, and the Composition API. It demonstrates bes… | 75 | 1078 | active |
| RicardoValdovinos/vite-react-boilerplate A production-ready, batteries-included starter template for building scalable Vite + React web applications in TypeScript. It bundles tooli… | 68 | 1055 | active |
| w3tecch/express-typescript-boilerplate A TypeScript boilerplate for building RESTful APIs with Node.js and Express, featuring layered architecture, TypeORM, TypeDI dependency inj… | 23 | 3416 | maintenance |
| cretueusebiu/laravel-vue-spa A Laravel and Vue.js single-page application starter kit with preconfigured authentication, routing, and state management. It bundles JWT a… | 23 | 3027 | maintenance |
| vuesion/vuesion Vuesion 5 is a Vue and Nuxt full-stack boilerplate providing a production-ready foundation with a design system, authentication, i18n, SEO,… | 74 | 2871 | maintenance |
| microsoft/dotnet-podcasts A .NET reference sample application for listening to podcasts, showcased at .NET Conf, built with ASP.NET Core, Blazor, .NET MAUI, Orleans,… | 10 | 2781 | maintenance |
| pvarentsov/typescript-clean-architecture A reference implementation of Clean Architecture in TypeScript, built as a fictional blogging application (IPoster) using NestJS and TypeOR… | 32 | 1502 | maintenance |
| 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… | 32 | 1481 | maintenance |
| UnlyEd/next-right-now Next Right Now (NRN) is a flexible, production-grade boilerplate for building web applications with Next.js, TypeScript, and Vercel. It shi… | 23 | 1278 | maintenance |
| 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… | 32 | 1260 | maintenance |
| the-road-to-graphql/fullstack-apollo-express-postgresql-boilerplate A fullstack GraphQL boilerplate combining Apollo Server on Express with a React Apollo Client, backed by PostgreSQL via Sequelize. It ships… | 32 | 1205 | maintenance |
page 1 / 1