diff options
| author | Anton Bobov <anton@bobov.name> | 2024-03-06 16:28:40 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2024-03-29 21:03:02 +0500 |
| commit | e0ad5dacefc7a647ad46bcde7c25b7c0f8f35f31 (patch) | |
| tree | 38578c4dccfdea3f04f7d32258ce357b61d86a07 /files/.vim/templates | |
| parent | 2d5092ee94f823092c9f22d7d3cb20172bc57b70 (diff) | |
[vim] Plug upgrade
Diffstat (limited to 'files/.vim/templates')
| -rw-r--r-- | files/.vim/templates/=template=docker-compose.yml | 1 | ||||
| -rwxr-xr-x | files/.vim/templates/=template=hurl | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/files/.vim/templates/=template=docker-compose.yml b/files/.vim/templates/=template=docker-compose.yml index ccbb61f..6472d24 100644 --- a/files/.vim/templates/=template=docker-compose.yml +++ b/files/.vim/templates/=template=docker-compose.yml @@ -1,5 +1,4 @@ --- -version: "3.8" services: name: diff --git a/files/.vim/templates/=template=hurl b/files/.vim/templates/=template=hurl new file mode 100755 index 0000000..71554ea --- /dev/null +++ b/files/.vim/templates/=template=hurl @@ -0,0 +1,11 @@ +#!/usr/bin/env -S hurl --test + +# GET http://localhost/api/method +# [QueryStringParams] +# filter: {{capture_value}} +# HTTP 200 +# [Asserts] +# jsonpath "$.content" count == 1 +# jsonpath "$.content[0].id" > 0 +# [Captures] +# id: jsonpath "$.content[0].id" |
