From 60004baadb4d74d86090f13ef662bca9308d99ed Mon Sep 17 00:00:00 2001 From: ferranrecio Date: Wed, 10 Jul 2024 12:37:29 +0200 Subject: [PATCH] [docs] Make testing scenarios with outlines In MDL-81886, the make testing scenario tool is able to execute outline scenarios, not just regular ones. --- general/development/tools/generator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/development/tools/generator.md b/general/development/tools/generator.md index 14b9ec96c8..cee1893cb6 100644 --- a/general/development/tools/generator.md +++ b/general/development/tools/generator.md @@ -47,7 +47,7 @@ The tool does not use `selenium` or any other browser wrapper. It reads the feat This means: 1. The tool will only execute a few steps, which are generators and set config values. If any other type of step is present in the `feature` file, it will show a parsing error. -1. For now, the tool can only execute normal scenarios. It does not support background, or outline scenarios. +1. The tool can only execute scenarios and outline scenarios. It does not support background. :::