https://github.com/intlr/practical-test-pyramid-go
Practical Test Pyramid with Go, concept by Ham Vocke
https://github.com/intlr/practical-test-pyramid-go
acceptance actions deployment docker docker-compose end-to-end exploratory go golang ham integration practical pyramid test ui unit vocke
Last synced: 4 months ago
JSON representation
Practical Test Pyramid with Go, concept by Ham Vocke
- Host: GitHub
- URL: https://github.com/intlr/practical-test-pyramid-go
- Owner: intlr
- License: mit
- Created: 2021-02-28T21:32:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T21:23:13.000Z (almost 4 years ago)
- Last Synced: 2025-03-09T09:04:00.567Z (10 months ago)
- Topics: acceptance, actions, deployment, docker, docker-compose, end-to-end, exploratory, go, golang, ham, integration, practical, pyramid, test, ui, unit, vocke
- Language: Go
- Homepage:
- Size: 141 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Practical Test Pyramid with Go
[](https://godoc.org/github.com/alr-lab/practical-test-pyramid-go)
[](https://github.com/alr-lab/practical-test-pyramid-go/actions/workflows/push.yml)
[](https://goreportcard.com/report/github.com/alr-lab/practical-test-pyramid-go)
Practical Test Pyramid with Go is an experiment to work with
all layers of the [_Practical Test Pyramid_][ptp-ham] introduced by Ham
Vocke in 2018.
## Getting started
```
$ docker-compose up -d --build
```
## Run tests
```
$ docker exec -it app make test
```
[ptp-ham]: https://martinfowler.com/articles/practical-test-pyramid.html