Skip to content

Commit 04e5df1

Browse files
authored
docs: fix npmExuceteTests documentation formatting issues (#5218)
1 parent 531a0b8 commit 04e5df1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cmd/npmExecuteTests_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

documentation/docs/steps/npmExecuteTests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# ${docGenStepName} (Beta)
1+
# ${docGenStepName}
22

3-
[!WARNING]
4-
Please note, that the npmExecuteTests step is in beta state, and there could be breaking changes before we remove the beta notice.
3+
> [!WARNING]
4+
> Please note, that the npmExecuteTests step is in beta state, and there could be breaking changes before we remove the beta notice.
55
66
## ${docGenDescription}
77

resources/metadata/npmExecuteTests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ spec:
9696
type: string
9797
description: |
9898
If you want to specify an extra option that the tested url it appended to.
99-
For example if the test URL is `http://localhost and urlOptionPrefix is `--base-url=`,
99+
For example if the test URL is `http://localhost` and urlOptionPrefix is `--base-url=`,
100100
we'll add `--base-url=http://localhost` to your runScript.
101101
scope:
102102
- PARAMETERS

0 commit comments

Comments
 (0)