https://github.com/endiangroup/specstack
Specification as code.
https://github.com/endiangroup/specstack
bdd git go golang
Last synced: 5 months ago
JSON representation
Specification as code.
- Host: GitHub
- URL: https://github.com/endiangroup/specstack
- Owner: endiangroup
- License: gpl-3.0
- Created: 2018-09-28T16:12:29.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-14T10:14:17.000Z (about 2 years ago)
- Last Synced: 2024-05-15T14:27:51.047Z (about 2 years ago)
- Topics: bdd, git, go, golang
- Language: Go
- Homepage:
- Size: 223 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://ci.endian.io/endiangroup/specstack)
[](https://goreportcard.com/report/github.com/endiangroup/specstack)
[](https://endian.io)
# SpecStack. Specification as code.
SpecStack is a work in progress multitool for managing Cucumber specifications. It has three broad parts:
1. **Meta data storage**. This allows the user to store additional textural information against stories or scenarios. It will eventually be used for implementation conversations, progress tracking and and some other project management applications.
2. **Specification refactoring**. This will allow users to rewords the language of the specification in an intuitive and powerful way.
3. Smart **Linting** tools, that can catch all sorts of problems in the specification before they arise.
## Testing and linting
Run `make list test`.