https://github.com/radekg/app-kit-orytest
ORY components for embedding in tests
https://github.com/radekg/app-kit-orytest
docker dockertest golang-library ory
Last synced: 2 months ago
JSON representation
ORY components for embedding in tests
- Host: GitHub
- URL: https://github.com/radekg/app-kit-orytest
- Owner: radekg
- License: apache-2.0
- Created: 2021-04-11T14:48:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T23:56:13.000Z (almost 4 years ago)
- Last Synced: 2024-06-20T13:34:36.263Z (11 months ago)
- Topics: docker, dockertest, golang-library, ory
- Language: HTML
- Homepage:
- Size: 71.3 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ory - Predefined dockertest libraries for Hydra, Kratos & Keto integration tests
- awesome-ory - Predefined dockertest libraries for Hydra, Kratos & Keto integration tests
README
# ORY Test Kit
ORY components for embedding in tests. Depends on Docker.
## Usage
Individual packages contain tests showing exact usage patterns for your own tests.
## Run tests
```sh
make test
```## Coverage report
```sh
make coverage
```## Create a release
```sh
make release
```