Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Define Environment #66

Closed
jgroom33 opened this issue Oct 18, 2018 · 3 comments
Closed

Define Environment #66

jgroom33 opened this issue Oct 18, 2018 · 3 comments

Comments

@jgroom33
Copy link
Collaborator

jgroom33 commented Oct 18, 2018

This would allow the defined env vars to be stored in an initial test file.

version: 1
environment:
  STREST_URL: https://jsonplaceholder.typicode.com
requests:
  environment:
    url: Env(STREST_URL)/todos/1
    method: GET
@eykrehbein
Copy link
Owner

Would they be defined as a real Env variable or are they just a "placeholder" for a non-existing Env var?

@jgroom33
Copy link
Collaborator Author

placeholder is probably fine. I don't see a need to write them down to the host

@eykrehbein
Copy link
Owner

Currently working on this 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants