๐Ÿ”ฃ Variables

Create variables and use them when building tests in Helios so that you can build the desired validations and use the generated code without having to further tweak it.

Variables enable users to build complex logic and then use the code generated in Helios without having to manually manipulate it.
Helios test generation capabilities support two different classes of variables:

  • Global - that can be shared across tests and test suites
  • Test-specific - that can be used in a specific test to extract values and validate them within the same test