Hoppscotch: Readable

Created on 22 Aug 2019  路  5Comments  路  Source: hoppscotch/hoppscotch

A test flow should be readable in a repository. It should not require a UI to run the tests. It should be succinct and compact.

Reference ansible uri and strest for examples.

Handling loops, if conditions, and wait should also be possible without requiring the tester to write JavaScript.

feature help wanted

Most helpful comment

Thanks for you quick clarification. I'll look into it.

All 5 comments

I didn't get what you meant. Please elaborate what you tried to convey. I would like to hear what you've to share.

one of the challenges with Postman is that it requires a UI to run and update tests. The json output of a postman collection is unreadable because it is too complex. because of this complexity, when these json collections are committed to a git repository they are essentially binaries that require a UI.

A better solution is to use YAML that implements a DSL for executions. This eliminates the need for writing javascipt in pre-request scripts and tests

Ansible URI and stREST are examples of a yaml syntax with a DSL for executions.

Thanks for you quick clarification. I'll look into it.

209 fixes this, hence closing.

This project has implemented all the things I was suggesting:
Yaml, cache, var storage, test assertion
https://testmace.com/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jamiehowarth0 picture jamiehowarth0  路  4Comments

davidyscott picture davidyscott  路  4Comments

Siccity picture Siccity  路  3Comments

danilofuchs picture danilofuchs  路  4Comments

andreujuanc picture andreujuanc  路  4Comments