-
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 57e9fb6
Showing
4 changed files
with
364 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,11 @@ | ||
# 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: | ||
> | ||
> * It should do any `console.log`. Since we try to detect that output (log) contain `INFO` keyword. | ||
> * It should NOT `try/catch` exceptions. Since we try to detect if keywords like `"Uncaught"` and `"ERRO"` should not appear in the output (logs). | ||
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.