To setup arbiter based batch manager:
-
install Redis server;
-
put the annotation @RunWith(ArbiterBasedThucydidesRunner.class) before the name of test cases run your tests, using the below information as parameters:
-
"test.run.key" - the run-time key;
-
"redis.host" - the host name of the redis-server (optional, defaults to localhost);
-
"redis.port" - the port name of the redis-server (optional, defaults to 6379).
-