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
- Host: GitHub
- URL: https://github.com/goldlabel-apps/test-harness
- Owner: goldlabel-apps
- Created: 2023-05-20T08:35:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-21T11:59:49.000Z (about 3 years ago)
- Last Synced: 2025-02-04T19:19:08.725Z (over 1 year ago)
- Topics: firebase, testing
- Language: TypeScript
- Homepage: https://listingslab-goldlabel.web.app
- Size: 663 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```