Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Logo
TestMan

License MIT
npm >= 8.x

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