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

https://github.com/goldlabel-apps/test-harness

A collection of software and test data used by developers to unit test software models during development
https://github.com/goldlabel-apps/test-harness

firebase testing

Last synced: over 1 year ago
JSON representation

A collection of software and test data used by developers to unit test software models during development

Awesome Lists containing this project

README

          

# Listingslab Test Harness

In software development, a test harness is a collection of software and test
data used by developers to unit test software models during development.

A test harness will specifically refer to test drivers and stubs, which are
programs that interact with the software being tested.

## Install

```bash
cd
git clone https://github.com/listingslab-goldlabel/test-harness goldlabel-test-harness
cd goldlabel-test-harness
npm install
npm start
```