Orange-OpenSource / hurl

Hurl, run and test HTTP requests with plain text.
https://hurl.dev
Apache License 2.0
12.34k stars 472 forks source link

Feature Requests: Imports #115

Open sebholstein opened 3 years ago

sebholstein commented 3 years ago

First of all: thanks for building this! I really like the general idea.

A great feature would be imports to reuse requests (e.g. login flows) and to be able to scale larger test suites.

fabricereix commented 3 years ago

Indeed reusing requests is very useful in a large project. So far, we have addressed this repetition by simply generating the hurl file.

For the time-being, we wanted to focus on the core functionality. But yes in the future, we should have an import feature that you suggest. We keep your issue open.