An open API service indexing awesome lists of open source software.

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

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.