-
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
c2a732e
commit 806d97e
Showing
4 changed files
with
355 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 successful, the example should contain a statement "operation successful" in the output. If the test run is unsuccessful, the example should contain a statement "got unexpected error" in the output. | ||
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.