Adds common variable definitions to use across integration tests.

This commit is contained in:
PhilipWafula 2021-05-14 10:28:46 +03:00
parent 091b1e9f16
commit 08567436f2
Signed by untrusted user: mango-habanero
GPG Key ID: B00CE9034DA19FB7

View File

@ -0,0 +1,6 @@
name: values to be included/reused in tests.
description: used for describing utils used across the entire test suite.
variables:
test_token_symbol: "{tavern.env_vars.TEST_TOKEN_SYMBOL}"
test_gift_value: "{tavern.env_vars.TEST_GIFT_VALUE}"
test_server_url: "{tavern.env_vars.TEST_SERVER_URL}"