allureEnvironment top-level property

Map<String, String> get allureEnvironment

Process environment variables.

Empty on browser platforms. Callers that need values must pass an explicit environment map.

Implementation

Map<String, String> get allureEnvironment => const <String, String>{};