Skip to content

Commit

Permalink
Remove enablePowerFxOverlay from Test Settings doc (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
landonmsft authored Aug 15, 2023
1 parent 6edee3c commit b27ef59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/Yaml/testSettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ This is used to define settings for the tests in the test plan
| browserConfigurations | Yes | A list of browser configurations to be tested. At least one browser must be specified. |
| recordVideo | No | Default is false. If set to true, a video recording of the test is captured. |
| headless | No | Default is true. If set to false, the browser will show up during test execution. |
| enablePowerFxOverlay | No | Default is false. If set to true, an overlay with the currently running Power FX command is placed on the screen. |
| timeout | No | Default is 30000 milliseconds(30s). Timeout value in milliseconds. If any operation takes longer than the timeout limit, it will end the test in a failure. |
| filePath | No | The file path to a separate yaml file with all the test settings. If provided, it will **override** all the test settings in the test plan. |

Expand Down

0 comments on commit b27ef59

Please sign in to comment.