Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with test

A curated list of projects in awesome lists tagged with test .

https://github.com/microsoft/playwright

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

automation chrome chromium e2e-testing electron end-to-end-testing firefox javascript playwright test test-automation testing testing-tools web webkit

Last synced: 29 Sep 2024

https://github.com/goldbergyoni/javascript-testing-best-practices

📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023)

angular chai ci cicd contract-testing e2e e2e-tests express integration-testing javascript jest mocha mutation mutation-testing nodejs react test testing unittest

Last synced: 29 Sep 2024

https://github.com/mochajs/mocha

☕️ simple, flexible, fun javascript test framework for node.js & the browser

bdd browser javascript mocha mochajs node nodejs tdd test test-framework testing testing-tools

Last synced: 28 Sep 2024

https://github.com/visionmedia/mocha

☕️ simple, flexible, fun javascript test framework for node.js & the browser

bdd browser javascript mocha mochajs node nodejs tdd test test-framework testing testing-tools

Last synced: 05 Aug 2024

https://github.com/bazelbuild/bazel

a fast, scalable, multi-language and extensible build system

bazel build build-system correct fast multi-language scalable test

Last synced: 29 Sep 2024

https://github.com/vitest-dev/vitest

Next generation testing framework powered by Vite.

test testing-tools vite

Last synced: 29 Sep 2024

https://github.com/pytest-dev/pytest

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing

hacktoberfest python test testing unit-testing

Last synced: 29 Sep 2024

https://github.com/olistic/warriorjs

🏰 An exciting game of programming and Artificial Intelligence

ai artificial-intelligence battle epic game javascript js learn nodejs sharpen skills test warrior warriorjs

Last synced: 31 Jul 2024

https://github.com/marmelab/gremlins.js

Monkey testing library for web apps and Node.js

frontend fuzz-testing test

Last synced: 29 Sep 2024

https://github.com/webdriverio/webdriverio

Next-gen browser and mobile automation test framework for Node.js

automation cucumber devtools jasmine javascript mocha node performance performance-test test webdriver webdriverio

Last synced: 27 Sep 2024

https://github.com/angular/protractor

E2E test framework for Angular apps

angular end-to-end javascript node protractor selenium test webdriver

Last synced: 29 Sep 2024

https://github.com/apache/jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services

java performance test

Last synced: 29 Sep 2024

https://github.com/onsi/ginkgo

A Modern Testing Framework for Go

bdd bdd-framework go golang test test-driven-development testing

Last synced: 29 Sep 2024

https://onsi.github.io/ginkgo/

A Modern Testing Framework for Go

bdd bdd-framework go golang test test-driven-development testing

Last synced: 30 Jul 2024

https://github.com/rest-assured/rest-assured

Java DSL for easy testing of REST services

groovy http java json kotlin rest rest-api test test-automation xml

Last synced: 29 Sep 2024

https://github.com/openatx/uiautomator2

Android Uiautomator2 Python Wrapper

python test uiautomator

Last synced: 29 Sep 2024

https://github.com/kotlintest/kotlintest

Powerful, elegant and flexible test framework for Kotlin with additional assertions, property testing and data driven testing

assertions hacktoberfest kotlin matchers property-testing test testing testing-tools

Last synced: 31 Jul 2024

https://github.com/kotest/kotest

Powerful, elegant and flexible test framework for Kotlin with additional assertions, property testing and data driven testing

assertions hacktoberfest kotlin matchers property-testing test testing testing-tools

Last synced: 01 Oct 2024

https://github.com/amitshekhariitbhu/go-backend-clean-architecture

A Go (Golang) Backend Clean Architecture project with Gin, MongoDB, JWT Authentication Middleware, Test, and Docker.

api architecture backend clean-architecture docker gin go golang jwt-authentication project project-template test

Last synced: 30 Sep 2024

https://github.com/testcontainers/testcontainers-dotnet

A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.

automation docker dotnet test test-framework testcontainers

Last synced: 30 Sep 2024

https://github.com/travisjeffery/timecop

A gem providing "time travel", "time freezing", and "time acceleration" capabilities, making it simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.

rails ruby test time

Last synced: 29 Sep 2024

https://github.com/minitest/minitest

minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking.

minitest ruby seattlerb test testing

Last synced: 29 Sep 2024

https://github.com/seattlerb/minitest

minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking.

minitest ruby seattlerb test testing

Last synced: 31 Jul 2024

https://github.com/linkedin/bluepill

Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine

bluepill ios multiple-simulators parallel test xcode

Last synced: 30 Jul 2024

https://github.com/MobileNativeFoundation/bluepill

Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine

bluepill ios multiple-simulators parallel test xcode

Last synced: 15 Aug 2024

https://github.com/360EntSecGroup-Skylar/goreporter

A Golang tool that does static analysis, unit testing, code review and generate code quality report.

codereview examination golang golang-tools linter quality-report reporter static-analysis staticcheck test unit-test unit-testing

Last synced: 04 Aug 2024

https://github.com/qax-os/goreporter

A Golang tool that does static analysis, unit testing, code review and generate code quality report.

codereview examination golang golang-tools linter quality-report reporter static-analysis staticcheck test unit-test unit-testing

Last synced: 25 Sep 2024

https://github.com/wgliang/goreporter

A Golang tool that does static analysis, unit testing, code review and generate code quality report.

codereview examination golang golang-tools linter quality-report reporter static-analysis staticcheck test unit-test unit-testing

Last synced: 30 Jul 2024

https://github.com/nsubstitute/nsubstitute

A friendly substitute for .NET mocking libraries.

c-sharp dot-net dotnet dotnet-core dotnetcore mock mocking mocks stubs test testing testing-tools

Last synced: 25 Sep 2024

https://github.com/reduxjs/redux-mock-store

A mock store for testing Redux async action creators and middleware.

javascript redux test

Last synced: 29 Sep 2024

https://github.com/gotestyourself/gotestsum

'go test' runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results.

ci go go-test golang junit-xml test test-runner testing

Last synced: 29 Sep 2024

https://github.com/shouldjs/should.js

BDD style assertions for node.js -- test framework agnostic

assertions bdd javascript node-js should tdd test testing tests

Last synced: 29 Sep 2024

https://github.com/cheese10yun/spring-guide

:octocat: Spring 실전 가이드

exception-handling guide spring test

Last synced: 01 Oct 2024

https://github.com/ssl/ezxss

ezXSS is an easy way for penetration testers and bug bounty hunters to test (blind) Cross Site Scripting.

alert blind blind-xss bug bugbounty easy easy-to-use payload penetration-testing php redteam redteaming test xss xss-attacks xss-detection xss-exploitation xss-injection xss-scanner xss-vulnerability

Last synced: 30 Sep 2024

https://github.com/ssl/ezXSS

ezXSS is an easy way for penetration testers and bug bounty hunters to test (blind) Cross Site Scripting.

alert blind blind-xss bug bugbounty easy easy-to-use payload penetration-testing php redteam redteaming test xss xss-attacks xss-detection xss-exploitation xss-injection xss-scanner xss-vulnerability

Last synced: 01 Aug 2024

https://github.com/rurban/smhasher

Hash function quality and speed tests

c c-plus-plus hash-functions test

Last synced: 30 Sep 2024

https://github.com/erlang/rebar3

Erlang build tool that makes it easy to compile and test Erlang applications and releases.

build compile dependencies erlang hacktoberfest packages releases template test

Last synced: 29 Sep 2024

https://github.com/rebar/rebar3

Erlang build tool that makes it easy to compile and test Erlang applications and releases.

build compile dependencies erlang hacktoberfest packages releases template test

Last synced: 04 Aug 2024

https://github.com/cocotb/cocotb

cocotb, a coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python

python test uvm verification verilog vhdl

Last synced: 01 Oct 2024

https://github.com/jenkinsci/jenkinspipelineunit

Framework for unit testing Jenkins pipelines

hactoberfest jenkins pipelines-as-code test

Last synced: 29 Sep 2024

https://github.com/jenkinsci/JenkinsPipelineUnit

Framework for unit testing Jenkins pipelines

hactoberfest jenkins pipelines-as-code test

Last synced: 31 Jul 2024

https://github.com/bahmutov/start-server-and-test

Starts server, waits for URL, then runs test command; when the tests end, shuts down server

cli server startup test utility

Last synced: 02 Oct 2024

https://github.com/joefitzgerald/go-plus

An Enhanced Go Experience For The Atom Editor

atom autocomplete build editor format go golang ide lint test

Last synced: 26 Sep 2024

https://github.com/ffoodd/a11y.css

This CSS file intends to warn developers about possible risks and mistakes that exist in HTML code. It can also be used to roughly evaluate a site's quality by simply including it as an external stylesheet.

accessibility bookmarklet css diagnostics documentation html markup sass selectors test webextension wiki

Last synced: 01 Oct 2024

https://github.com/atoum/atoum

The modern, simple and intuitive PHP unit testing framework.

atoum hacktoberfest php test test-framework unit-testing

Last synced: 30 Sep 2024

https://github.com/mariotoffia/fluentdocker

Use docker, docker-compose local and remote in tests and your .NET core/full framework apps via a FluentAPI

builder compose docker docker-container docker-machine docker-stack dotnetcore fluent linux macos net test windows wsl2

Last synced: 01 Oct 2024

https://github.com/mariotoffia/FluentDocker

Use docker, docker-compose local and remote in tests and your .NET core/full framework apps via a FluentAPI

builder compose docker docker-container docker-machine docker-stack dotnetcore fluent linux macos net test windows wsl2

Last synced: 31 Jul 2024

https://github.com/qu-niao/limapitest

由全网6W+粉丝、华为及阿里云测试专家认证博主开发及蚂蚁金服高级测开担任顾问推出的轻量级接口测试平台。Lim是Less is More(少即是多)的缩写,正如它的名字我们希望在开展接口测试时能够“四两拨千斤”!让用户操作更少但开展建设的效率更高。因此我们做了许多交互细节上的优化和创新以及一些大胆的设计。快来试试吧!

api apitest automated-testing automation autotest django python3 test test-automation test-framework testplatform

Last synced: 26 Sep 2024

https://github.com/smocker-dev/smocker

Smocker is a simple and efficient HTTP mock server and proxy

api functional-testing go integration-testing mock mock-server proxy react test typescript

Last synced: 25 Sep 2024

https://github.com/kahlan/kahlan

:heavy_check_mark: PHP Test Framework for Freedom, Truth, and Justice

bdd coverage monkey-patching php spec tdd test

Last synced: 30 Sep 2024

https://github.com/Thiht/smocker

Smocker is a simple and efficient HTTP mock server and proxy

api functional-testing go integration-testing mock mock-server proxy react test typescript

Last synced: 03 Aug 2024

https://github.com/shellspec/shellspec

A full-featured BDD unit testing framework for bash, ksh, zsh, dash and all POSIX shells

bash bdd coverage dash kcov ksh mock posix-compliant posix-sh script shell shell-script shellspec tdd test testing zsh

Last synced: 28 Sep 2024

https://github.com/d3ward/toolz

Easy-to-use interface and extensive collection of testing tools for optimizing performance and user experience.

adblock fonts test viewport-units webtools

Last synced: 30 Sep 2024

https://github.com/testing-library/vue-testing-library

🦎 Simple and complete Vue.js testing utilities that encourage good testing practices.

dom-testing-library test testing testing-tools vue vue-testing-library vuejs

Last synced: 01 Oct 2024

https://github.com/atlassian/jest-in-case

Jest utility for creating variations of the same test

jest test testing

Last synced: 30 Sep 2024

https://github.com/ovh/venom

🐍 Manage and run your integration tests with efficiency - Venom run executors (script, HTTP Request, web, imap, etc... ) and assertions

cli cli-app command command-line golang-application hacktoberfest integration-testing test testing xunit

Last synced: 31 Jul 2024

https://github.com/help-me-mom/ng-mocks

Angular testing library for mocking components, directives, pipes, services and facilitating TestBed setup

angular component directive enzyme front-end frontend how-to jasmine jest mock mocking pipe provider service test testbed testing

Last synced: 30 Sep 2024

https://github.com/game-ci/unity-actions

Github actions for testing and building Unity projects

actions activate build ci deploy github hacktoberfest test unity unity-actions unity-ci

Last synced: 29 Sep 2024

https://github.com/kmmbvnr/django-jenkins

Plug and play continuous integration with django and jenkins

django jenkins jenkins-ci test testing unit-testing

Last synced: 29 Sep 2024

https://github.com/mfridman/tparse

CLI tool for summarizing go test output. Pipe friendly. CI/CD friendly.

golang test testing testing-tools

Last synced: 03 Aug 2024

https://github.com/dareid/chakram

REST API test framework. BDD and exploits promises

api-test bdd chai javascript mocha promise-support rest test

Last synced: 27 Sep 2024

https://github.com/symfony/test-pack

A Symfony Pack for functional testing

php symfony symfony-pack test tests

Last synced: 29 Sep 2024

https://github.com/radarsh/gradle-test-logger-plugin

A Gradle plugin for printing beautiful logs on the console while running tests

ansi-colors colours console gradle gradle-plugin groovy hacktoberfest logger test

Last synced: 28 Sep 2024

https://github.com/typicode/xv

🙅‍♀️ ✌️ fastest test runner

ava esm javascript jest minimalist mocha node nodejs runner tdd test testing typescript

Last synced: 27 Sep 2024

https://github.com/kyoh86/richgo

Enrich `go test` outputs with text decorations.

cli-app enrich-outputs go golang golang-tools golang-wrapper test

Last synced: 01 Aug 2024

https://github.com/gogradle/gogradle

A Gradle Plugin Providing Full Support for Go

build build-tool coverage coverage-report go golang gradle gradle-plugin ide test

Last synced: 28 Sep 2024

https://github.com/etorreborre/specs2

Software Specifications for Scala

bdd scala specification specs2 test

Last synced: 30 Sep 2024

https://github.com/Akryum/peeky

A fast and fun test runner for Vite & Node 🐈️ Powered by Vite ⚡️

test vite

Last synced: 04 Aug 2024

https://github.com/hedgehogqa/haskell-hedgehog

Release with confidence, state-of-the-art property testing for Haskell.

haskell property-based-testing property-testing quickcheck test testing testing-tools

Last synced: 28 Sep 2024

https://github.com/Flank/flank

:speedboat: Massively parallel Android and iOS test runner for Firebase Test Lab

android earlgrey espresso firebase flank gcloud gradle instrumentation ios parallel test xcuitest

Last synced: 30 Jul 2024

https://github.com/flank/flank

:speedboat: Massively parallel Android and iOS test runner for Firebase Test Lab

android earlgrey espresso firebase flank gcloud gradle instrumentation ios parallel test xcuitest

Last synced: 28 Sep 2024

https://github.com/Runner-Go-Team/RunnerGo

RunnerGo是一款国内开发者自研的性能压测工具,可以进行接口测试、场景自动化测试、性能压测等一系列功能。

api automated-testing docker go performance-test test test-platform

Last synced: 01 Aug 2024

https://github.com/Runner-Go-Team/runnerGo

RunnerGo是一款国内开发者自研的性能压测工具,可以进行接口测试、场景自动化测试、性能压测等一系列功能。

api automated-testing docker go performance-test test test-platform

Last synced: 01 Aug 2024

https://github.com/qiniu/httptest

Qiniu httptest utilities

go golang http httptest test testing testing-tools unit-test

Last synced: 01 Aug 2024

https://github.com/typicode/react-fake-props

🔮 Magically generate fake props for your React tests

enzyme flow props proptypes react test

Last synced: 03 Oct 2024

https://github.com/zyanycall/stresstestplatform

基于Jmeter实现的在线压测和管理Jmx的平台。

echarts jmeter jmeter-api platform stress test vue2

Last synced: 27 Sep 2024

https://github.com/liip/TheA11yMachine

The A11y Machine is an automated accessibility testing tool which crawls and tests pages of any web application to produce detailed reports.

accessibility crawl test wcag

Last synced: 01 Aug 2024

https://github.com/zyanycall/stressTestPlatform

基于Jmeter实现的在线压测和管理Jmx的平台。

echarts jmeter jmeter-api platform stress test vue2

Last synced: 01 Aug 2024

https://github.com/bytedance/mockey

a simple and easy-to-use golang mock library

golang mock test testing

Last synced: 01 Aug 2024