IntegrationTestRunnerArgs class
Properties
-
argResults
↔ ArgResults
-
latefinal
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
headless
→ bool
-
Whether this integration test should be run on the 'web-server' device
instead of 'chrome'.
no setter
-
help
→ bool
-
Whether the help flag
-h
was passed to the integration test command.
no setter
-
rawArgs
↔ List<String>
-
latefinal
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
shard
→ ({int shardNumber, int totalShards})?
-
Sharding information for this test run.
no setter
-
testTarget
→ String?
-
The path to the test target.
no setter
Static Methods
-
buildArgParser({})
→ ArgParser
-
Builds an arg parser for DevTools integration tests.