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.
- Host: GitHub
- URL: https://github.com/sumanjs/suman-test-projects
- Owner: sumanjs
- License: mit
- Created: 2016-11-22T09:03:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T06:46:02.000Z (over 7 years ago)
- Last Synced: 2025-04-27T23:24:47.375Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```