All Projects → DiegoRBaquero → node-bogota

DiegoRBaquero / node-bogota

Licence: MIT License
🚀 Run tape tests concurrently with tap-spec output

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to node-bogota

playwright-test
Run unit tests with several runners or benchmark inside real browsers with playwright.
Stars: ✭ 81 (+440%)
Mutual labels:  test, tape, tests
java-multithread
Códigos feitos para o curso de Multithreading com Java, no canal RinaldoDev do YouTube.
Stars: ✭ 24 (+60%)
Mutual labels:  parallel, concurrent
zx tape player
Just another tape player has been written in Flutter for iOS and Android. The application is able to find tapes and theirs images using https://zxInfo.dk public API and upload them to ZX-Spectrum compatible computers by the audio output of the smartphone. Now it supports TAP and TZX tape images only.
Stars: ✭ 26 (+73.33%)
Mutual labels:  tap, tape
flyway-junit5-extensions
Flyway JUnit 5 Extension to clean / migrate your database in tests.
Stars: ✭ 14 (-6.67%)
Mutual labels:  test, tests
mutode
Mutation testing for JavaScript and Node.js
Stars: ✭ 61 (+306.67%)
Mutual labels:  test, tests
PixelTest
Fast, modern, simple iOS snapshot testing written purely in Swift.
Stars: ✭ 56 (+273.33%)
Mutual labels:  test, tests
cxx-tap
Test Anything Protocol (TAP) Producer for C++
Stars: ✭ 22 (+46.67%)
Mutual labels:  tap, test
arduino-ci-script
Bash script for continuous integration of Arduino projects
Stars: ✭ 25 (+66.67%)
Mutual labels:  test, tests
unitest
🌎 Seamless node and browser unit testing with code coverage
Stars: ✭ 28 (+86.67%)
Mutual labels:  tap, tape
dojos
Alguns desafios para os participantes dos grupos de estudo
Stars: ✭ 33 (+120%)
Mutual labels:  test, tests
web-scraping-engine
A simple web scraping engine supporting concurrent and anonymous scraping
Stars: ✭ 27 (+80%)
Mutual labels:  parallel, concurrent
phpunit-injector
Injects services from a PSR-11 dependency injection container to PHPUnit test cases
Stars: ✭ 62 (+313.33%)
Mutual labels:  test, tests
YACLib
Yet Another Concurrency Library
Stars: ✭ 193 (+1186.67%)
Mutual labels:  parallel, concurrent
tropic
🍍 Test Runner Library
Stars: ✭ 29 (+93.33%)
Mutual labels:  tap, tape
pareach
a tiny function that "parallelizes" work in NodeJS
Stars: ✭ 19 (+26.67%)
Mutual labels:  parallel, concurrent
unittest expander
A library that provides flexible and easy-to-use tools to parameterize Python unit tests, especially those based on unittest.TestCase.
Stars: ✭ 12 (-20%)
Mutual labels:  test, tests
Zap
A streamable structured interface for real time reporting of developer tools.
Stars: ✭ 114 (+660%)
Mutual labels:  tap, test
7182
Curso 7182 - Refatorando para testes de unidade
Stars: ✭ 21 (+40%)
Mutual labels:  test, tests
Telegraf-Test
Telegraf Test - Simple Test ToolKit of Telegram Bots
Stars: ✭ 22 (+46.67%)
Mutual labels:  test, tests
BDTest
BDTest - A Testing Framework for .NET
Stars: ✭ 58 (+286.67%)
Mutual labels:  test, tests

bogota npm downloads js-standard-style npm Greenkeeper badge

Concurrent tape test-files runner with tap-spec output

Requires NodeJS v6+

Global CLI Install

npm install -g bogota

CLI Usage

$ bogota [test/**/*.js]

If no path(s) are specified, bogota will use test*.js test/**/*.js and tests/**/*.js as paths

As a dev dependency

Install

npm install -D bogota

npm test Usage

{
  ...
  "scripts": {
    "test": "bogota"
  },
  "devDependencies": {
    "bogota": "^2.0.0",
    "tape": "^4.6.3"
  }
  ...
}

And then do npm test

License

MIT. Copyright © Diego Rodríguez Baquero

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].