From 8cac661152878475227ddb933fc44a724cda505d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gull=C3=B3n?= Date: Mon, 17 Feb 2025 12:07:46 +0100 Subject: [PATCH] add support to define RF random test order --- test/run.sh | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/test/run.sh b/test/run.sh index 21231e0c56..e3d0180b93 100755 --- a/test/run.sh +++ b/test/run.sh @@ -10,12 +10,13 @@ RF_VENV="${ROOTDIR}/_output/robotenv" RF_VARIABLES="${SCRIPTDIR}/variables.yaml" DRYRUN=false OUTDIR="${ROOTDIR}/_output/e2e-$(date +%Y%m%d-%H%M%S)" +RANDOMIZE=all function usage { local -r script_name=$(basename "$0") cat - <