Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schowdhuri/testman
Minimal testcase management tool
https://github.com/schowdhuri/testman
test-managment
Last synced: 2 months ago
JSON representation
Minimal testcase management tool
- Host: GitHub
- URL: https://github.com/schowdhuri/testman
- Owner: schowdhuri
- License: mit
- Created: 2018-01-20T15:20:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T01:48:04.000Z (about 2 years ago)
- Last Synced: 2023-02-28T23:46:50.802Z (almost 2 years ago)
- Topics: test-managment
- Language: JavaScript
- Homepage:
- Size: 1.99 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TestMan
Minimal test-case management tool
## TestMan v2
Based on feedback gathered from users, TestMan v2 is in active development.- [Development Branch](https://github.com/schowdhuri/testman/tree/feature/v2)
- [Project Board](https://github.com/schowdhuri/testman/projects/2)## Development
Install deps:
```
npm install
```
Generate production bundles:
```
npm run build
```Start the server:
```
npm start
```Head to http://localhost:3200/
PS: TestMan works and is stable. Though, I never got around to completing the [Roadmap to v1.0](https://github.com/schowdhuri/testman/projects/1?fullscreen=true)
## License
MIT