-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b624b1
commit 2fa761d
Showing
4 changed files
with
358 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# xk6-webcrypto Examples | ||
|
||
In this directory, you will find examples of how to use the `xk6-webcrypto` module in your k6 scripts. | ||
|
||
> [!IMPORTANT] | ||
> We do run the tests based on these examples, that's why we have a simple convention for each example. If the test run is unsuccessful, the example's output must not contain keywords like `"Uncaught"` and `"ERRO"`. Which means that we should not omit errors in the examples with `try/catch` blocks for example. | ||
See [`webcrypto/tests/cmd_run_test.go`](../webcrypto/tests/cmd_run_test.go) for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.