https://github.com/morgangraphics/simple-superhero-service-tests
https://github.com/morgangraphics/simple-superhero-service-tests
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/morgangraphics/simple-superhero-service-tests
- Owner: morgangraphics
- Created: 2023-03-01T02:49:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T01:08:29.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T06:45:35.526Z (over 1 year ago)
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Superhero Test Suite
Test Suite to ensure the Simple Superhero Service API's all function the same way. Import the entire folder into Postman.
Inside your API folder type:
```shell
git submodule add git@github.com:morgangraphics/simple-superhero-service-tests.git
```
```shell
git submodule update --init --recursive
```
To update the submodule
```shell
git submodule update --remote --merge
```
THIS IS A GIT_SUBMODULE included in other Repos. Making edits to the tests MUST BE DONE IN THE ORIGINATING REPOSITORY if you want them to survive
`git@github.com:morgangraphics/simple-superhero-service-tests.git`