testing
Eliminate bugs and ship with more confidence by adding these tools to your workflow.
There are 21369 repositories under testing topic.
goldbergyoni/nodebestpractices
:white_check_mark: The Node.js best practices list (July 2024)
puppeteer/puppeteer
JavaScript API for Chrome and Firefox
storybookjs/storybook
Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
microsoft/playwright
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
hoppscotch/hoppscotch
Open source API development ecosystem - https://hoppscotch.io (open-source alternative to Postman, Insomnia)
localstack/localstack
💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline
jestjs/jest
Delightful JavaScript Testing.
usebruno/bruno
Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
goldbergyoni/javascript-testing-best-practices
📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023)
stretchr/testify
A toolkit with common assertions and mocks that plays nicely with the standard library
mochajs/mocha
☕️ simple, flexible, fun javascript test framework for node.js & the browser
quii/learn-go-with-tests
Learn Go with test-driven development
avajs/ava
Node.js test runner that lets you develop with confidence 🚀
enzymejs/enzyme
JavaScript Testing utilities for React
testing-library/react-testing-library
🐐 Simple and complete React DOM testing utilities that encourage good testing practices.
catchorg/Catch2
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
buger/goreplay
GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
joke2k/faker
Faker is a Python package that generates fake data for you.
jasmine/jasmine
Simple JavaScript testing framework for browsers and node.js
mockito/mockito
Most popular Mocking framework for unit tests written in Java
Orange-OpenSource/hurl
Hurl, run and test HTTP requests with plain text.
phpstan/phpstan
PHP Static Analysis Tool - discover bugs in your code without running it!
postmanlabs/httpbin
HTTP Request & Response Service, written in Python + Flask.
pytest-dev/pytest
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
metersphere/metersphere
MeterSphere 是新一代的开源持续测试工具,让软件测试工作更简单、更高效,不再成为持续交付的瓶颈。
nightwatchjs/nightwatch
Integrated end-to-end testing framework written in Node.js and using W3C Webdriver API. Developed at @browserstack
chromedp/chromedp
A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol.
wix/Detox
Gray box end-to-end testing and automation framework for mobile apps
Shopify/toxiproxy
:alarm_clock: :fire: A TCP proxy to simulate network and system conditions for chaos and resiliency testing
ultrafunkamsterdam/undetected-chromedriver
Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
robotframework/robotframework
Generic automation framework for acceptance testing and RPA
Netflix/pollyjs
Record, Replay, and Stub HTTP Interactions.
pestphp/pest
Pest is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.
Quick/Quick
The Swift (and Objective-C) testing framework.
foundry-rs/foundry
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
onsi/ginkgo
A Modern Testing Framework for Go