Migrate prod:test to standalone script
This commit is contained in:
@@ -14,12 +14,6 @@ gh = 'latest'
|
|||||||
[task_config]
|
[task_config]
|
||||||
includes = ["scripts"]
|
includes = ["scripts"]
|
||||||
|
|
||||||
# PRODUCTION
|
|
||||||
|
|
||||||
[tasks."prod:test"]
|
|
||||||
description = 'Run HTTP tests against production'
|
|
||||||
run = 'hurl --test test/prod.hurl'
|
|
||||||
|
|
||||||
# DEVELOPMENT/TEST
|
# DEVELOPMENT/TEST
|
||||||
|
|
||||||
[tasks.test]
|
[tasks.test]
|
||||||
|
|||||||
Executable
+11
@@ -0,0 +1,11 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
#MISE description="Run HTTP tests against production"
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
source "$(dirname "$0")/../_helpers.sh"
|
||||||
|
|
||||||
|
ensure_working_directory!
|
||||||
|
|
||||||
|
hurl --test test/prod.hurl
|
||||||
Reference in New Issue
Block a user