Skip to content

Commit df4d68f

Browse files
committed
updated the keyword
1 parent 6b22473 commit df4d68f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/deep-dive-into-hyperexecute-yaml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ When running a test case, it tries to fetch from cache, which browser was used f
927927

928928
If you feel that browser setup time is more than expected, you should enable this feature. However, please note that it will reduce the browser setup time of the next test only if the current test takes enough time to launch the browser for the next test in background.
929929

930-
This would work only for `version 0.1` and static discovery mode.
930+
This would work only for `version 0.1` and local discovery mode.
931931

932932
As this is dependent on the previous run of a job, any change in the browser capability or test name or test order might render the cache invalid. And browser setup time reduction might not be visible in this run, rather, it would appear in the next run.
933933

@@ -1385,7 +1385,7 @@ When we run a job in matrix mode, we set the keys with their resolved value as e
13851385
***
13861386

13871387
### `dynamicAllocation`
1388-
When we set dynamicAllocation true, the test cases are distributed among parallels at the runtime. This is valid in case of static test discovery. In this case, the parallels are utilised in the most optimised manner.
1388+
When we set dynamicAllocation true, the test cases are distributed among parallels at the runtime. This is valid in case of local test discovery. In this case, the parallels are utilised in the most optimised manner.
13891389
<!-- **(Currently in BETA)** -->
13901390

13911391
```yaml

0 commit comments

Comments
 (0)