Skip to content

Commit 3f657dc

Browse files
Merge pull request #1316 from rustnnes/patch-1
Update 03 Checks.md
2 parents c36baed + ec1f944 commit 3f657dc

File tree

1 file changed

+2
-2
lines changed
  • src/data/markdown/translated-guides/en/02 Using k6

1 file changed

+2
-2
lines changed

src/data/markdown/translated-guides/en/02 Using k6/03 Checks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@ $ k6 run checks.js
139139
> #### About Failing Checks
140140
>
141141
> When a check fails, the script will continue executing successfully and will not return a 'failed' exit status.
142-
> If you need the whole test to fail based on the results of a check, you have to [combine checks with thresholds](/using-k6/thresholds/#failing-a-load-test-using-checks).
142+
> If you need the whole test to fail based on the results of a check, you have to [combine checks with thresholds](/using-k6/thresholds/#fail-a-load-test-using-checks).
143143
> This is particularly useful in specific contexts, such as integrating k6 into your CI pipelines or receiving alerts when scheduling your performance tests.
144144
145145
## Read more
146146

147147
- [Check Javascript API](/javascript-api/k6/check/)
148-
- [Failing a load test using checks](/using-k6/thresholds/#failing-a-load-test-using-checks)
148+
- [Failing a load test using checks](/using-k6/thresholds/#fail-a-load-test-using-checks)
149149
- [k6chaijs](/javascript-api/jslib/k6chaijs): use BDD assertions in k6

0 commit comments

Comments
 (0)