order property

  1. @deprecated
ExecutionOrder order
getter/setter pair

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;