order property
The execution order of features - this default to random to avoid any inter-test dependencies
Instead of using this variable, give the executionOrder in the @GherkinTestSuite(executionOrder: ExecutionOrder.random)
option.
Implementation
@deprecated
ExecutionOrder order = ExecutionOrder.random;