environmentName property

  1. @override
String environmentName
override

A name for the environment in which this test is run

It is used for the folder name and gets output while tests are running

Implementation

@override
String get environmentName => HostPlatform.current().operatingSystem;