https://github.com/hacknlove/postmoon-glitch
Empty postmoon project to use in glitch
https://github.com/hacknlove/postmoon-glitch
glitch pair-programming postman test-driven-development testing-tools
Last synced: about 1 year ago
JSON representation
Empty postmoon project to use in glitch
- Host: GitHub
- URL: https://github.com/hacknlove/postmoon-glitch
- Owner: hacknlove
- Created: 2019-07-29T11:47:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T00:01:59.000Z (over 3 years ago)
- Last Synced: 2025-01-08T20:51:06.732Z (about 1 year ago)
- Topics: glitch, pair-programming, postman, test-driven-development, testing-tools
- Language: JavaScript
- Size: 135 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# postmoon
## Startup
### As glitch project
1. Go to [https://glitch.com/](https://glitch.com/)
2. Click on "New project"
3. Click on "Clone from git Repo"
4. Enter `https://github.com/hacknlove/postmoon-glitch`
## Write tests
Create your test's files in the root folder of your project.
* `foo.js` contains the test source for the test named `foo`
* `foo.json` contains the mocked response for the `default` scenario of the test `foo`
* `foo.bar.json` contains the mocked response for the `bar` scenario of the test `foo`
## `global` and `environment` variables
You can set your `global` and `environment` variables in the files `global.json` and `environment.json`
Each scenario starts with a fresh and clean copy of the variables.