All Projects → testdeck → Testdeck

testdeck / Testdeck

Licence: apache-2.0
Object oriented testing

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Testdeck

Public
Repository for wallaby.js questions and issues
Stars: ✭ 662 (+221.36%)
Mutual labels:  jest, tdd, mocha, jasmine
Baretest
An extremely fast and simple JavaScript test runner.
Stars: ✭ 364 (+76.7%)
Mutual labels:  jest, tdd, mocha
Karma
Spectacular Test Runner for JavaScript
Stars: ✭ 11,591 (+5526.7%)
Mutual labels:  tdd, mocha, jasmine
Jasmine Matchers
Write Beautiful Specs with Custom Matchers for Jest and Jasmine
Stars: ✭ 552 (+167.96%)
Mutual labels:  jest, tdd, jasmine
jest-wrap
Fluent pluggable interface for easily wrapping `describe` and `it` blocks in Jest tests.
Stars: ✭ 35 (-83.01%)
Mutual labels:  mocha, jest, testing-tools
Rxjs Marbles
An RxJS marble testing library for any test framework
Stars: ✭ 267 (+29.61%)
Mutual labels:  jest, mocha, jasmine
Mocha
☕️ simple, flexible, fun javascript test framework for node.js & the browser
Stars: ✭ 20,986 (+10087.38%)
Mutual labels:  testing-tools, tdd, mocha
vue3-oop
使用类和依赖注入写vue组件
Stars: ✭ 90 (-56.31%)
Mutual labels:  ioc, dependency-injection, decorators
Enzyme Matchers
Jasmine/Jest assertions for enzyme
Stars: ✭ 881 (+327.67%)
Mutual labels:  jest, tdd, jasmine
Expect More
Curried Type Testing library, and Test Matchers for Jest
Stars: ✭ 124 (-39.81%)
Mutual labels:  jest, tdd, jasmine
Ioc
🦄 lightweight (<1kb) inversion of control javascript library for dependency injection written in typescript
Stars: ✭ 171 (-16.99%)
Mutual labels:  decorators, dependency-injection, ioc
Httpretty
Intercept HTTP requests at the Python socket level. Fakes the whole socket module
Stars: ✭ 1,930 (+836.89%)
Mutual labels:  decorators, testing-tools, tdd
eslint-config-adjunct
A reasonable collection of plugins to use alongside your main esLint configuration
Stars: ✭ 39 (-81.07%)
Mutual labels:  jasmine, mocha, jest
Sazerac
Data-driven unit testing for Jasmine, Mocha, and Jest
Stars: ✭ 322 (+56.31%)
Mutual labels:  jest, mocha, jasmine
xv
❌ ✔️ zero-config test runner for simple projects
Stars: ✭ 588 (+185.44%)
Mutual labels:  mocha, jest, tdd
Typescript Ioc
A Lightweight annotation-based dependency injection container for typescript.
Stars: ✭ 427 (+107.28%)
Mutual labels:  decorators, dependency-injection, ioc
tsed
📐 Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.
Stars: ✭ 2,350 (+1040.78%)
Mutual labels:  ioc, dependency-injection, decorators
Approvals.NodeJS
Approval Tests implementation in NodeJS
Stars: ✭ 79 (-61.65%)
Mutual labels:  jasmine, mocha, testing-tools
React Ioc
Hierarchical Dependency Injection with new React 16 Context API
Stars: ✭ 133 (-35.44%)
Mutual labels:  decorators, dependency-injection, ioc
Tsed
📐 Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.
Stars: ✭ 1,941 (+842.23%)
Mutual labels:  decorators, dependency-injection, ioc

testdeck

This is the monorepo for the testdeck packages.

Packages

Build

Clone this repository using

git clone https://github.com/testdeck/testdeck.git

Then from inside the so created testdeck directory run

npm install 

This will install all required dependencies and will also bootstrap lerna.

The following npm scripts are available

  • tslint -- runs tslint on all sources in all available packages
  • tslint-fix -- runs tslint --fix on all sources in all available packages
  • test -- run all tests on all available packages

Resources

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].