Skip to main content

Variables

Variables allow you to parameterise workflows so they can run against different data or environments.

Variable types

  • Environment variables — Set per environment (URLs, feature flags)
  • Secrets — Encrypted values (passwords, API keys)
  • Runtime variables — Extracted during test execution (e.g. generated IDs)

Using variables in steps

Variable precedence