Skip to content

Commit

Permalink
[docs] Make testing scenarios with outlines
Browse files Browse the repository at this point in the history
In MDL-81886, the make testing scenario tool is able to execute outline
scenarios, not just regular ones.
  • Loading branch information
ferranrecio committed Jul 10, 2024
1 parent a5d3032 commit 60004ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general/development/tools/generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::

Expand Down

0 comments on commit 60004ba

Please sign in to comment.