Skip to content

Commit

Permalink
debug: content removal $
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Jan 15, 2025
1 parent a9c921c commit c45f24b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Source Code: https://github.com/go-vela/vela-k6

Registry: https://hub.docker.com/r/target/vela-k6

`$`

## Usage

Below is a simple example using the plugin. In this hypothetical repository, the k6 test script is located at `./k6-test/script.js`. In this step, a file named `test-results.json` will be created in the current directory with the test results.
Expand Down Expand Up @@ -69,4 +71,4 @@ The following parameters are used to configure the image:

| Name | Description | Required | Default |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------- | ------- |
| `script_path` | path to the k6 script file. must be a JavaScript file satisfying the pattern `^(\./\|(\.\./)+)?[a-zA-Z0-9-_/]*[a-zA-Z0-9]\.js`. | `true` | `N/A` |
| `script_path` | path to the k6 script file. must be a JavaScript file satisfying the pattern `^(\./\|(\.\./)+)?[a-zA-Z0-9-_/]*[a-zA-Z0-9]\.js$`. | `true` | `N/A` |

0 comments on commit c45f24b

Please sign in to comment.