Skip to content

Commit 6b5a811

Browse files
authored
Merge pull request #1292 from amanchopra1905/stage
updated yaml param - hyp
2 parents 85f2af5 + 95b0d3a commit 6b5a811

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,6 @@ The `afterEachScenario` flag is used to define tasks that should be executed aft
13091309
afterEachScenario:
13101310
- echo "Running a script"
13111311
- pwsh run.test
1312-
- bash script.sh
13131312
```
13141313

13151314
***

docs/hyperexecute-yaml-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The **HyperExecute YAML** file serves as the foundational component for test exe
163163
| [afterAll](/support/docs/deep-dive-into-hyperexecute-yaml/#afterall) | Map |It is used to run commands after the job has finished. |
164164
| [project](/support/docs/deep-dive-into-hyperexecute-yaml/#project) | String | Segregate data at a project/repo level |
165165
| [slackChannel](/support/docs/deep-dive-into-hyperexecute-yaml/#slackchannel) | String | Allows you to receive notifications of your Job updates directly in your preferred Slack channel. |
166-
| [afterEachScenario](/support/docs/deep-dive-into-hyperexecute-yaml/#aftereachscenario) | | |
166+
| [afterEachScenario](/support/docs/deep-dive-into-hyperexecute-yaml/#aftereachscenario) | List of Strings | Allows you to trigger your define tasks after each test scenario. |
167167

168168
<nav aria-label="breadcrumbs">
169169
<ul className="breadcrumbs">

0 commit comments

Comments
 (0)