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

https://github.com/sumanjs/suman-test-projects

Suman repo for testing full installations, etc.
https://github.com/sumanjs/suman-test-projects

Last synced: 5 months ago
JSON representation

Suman repo for testing full installations, etc.

Awesome Lists containing this project

README

          

This is a "Build verification testing" project

All subprojects in this project are in one shared git repo.
The remote for this repo is here:

[https://github.com/sumanjs/suman-test-projects](https://github.com/sumanjs/suman-test-projects)

This project and its subprojects are designed to test new installations of Suman to make sure
pre-released and released versions pass basic sanity/smoke checks

The `test-all.js` file at the root has its dependencies populated by the
following command in `test-all.sh`:

```
npm install -D oresoftware/suman && # installs via github, not npm
```