# Functions
No description provided by the author
CheckCloudTestsEnabled checks if the cloud tests are enabled.
CheckCloudInstanceTestsEnabled checks if tests that run on cloud instances are enabled.
CheckEnterpriseTestsEnabled checks if the enterprise tests are enabled.
No description provided by the author
CheckOSSTestsEnabled checks if the OSS acceptance tests are enabled.
CheckOSSTestsSemver allows to skip tests that are not supported by the Grafana OSS version.
No description provided by the author
TestAccExample returns an example config from the examples directory.
TestAccExampleWithReplace works like testAccExample, but replaces strings in the example.
# Variables
Provider is the "main" provider instance
This Provider can be used in testing code for API calls without requiring the use of saving and referencing specific ProviderFactories instances.
ProviderFactories is a static map containing only the main provider instance It is configured from the main provider package when the test suite is initialized but it is used in tests of every package.