upgrade hrp version to v5

This commit is contained in:
lilong.129
2025-02-05 21:18:54 +08:00
parent 35edfd0f07
commit 63a02fe121
114 changed files with 206 additions and 206 deletions

View File

@@ -3,7 +3,7 @@ package tests
import (
"testing"
"github.com/httprunner/httprunner/v4/hrp"
"github.com/httprunner/httprunner/v5/hrp"
)
// reference extracted variables for validation in the same step

View File

@@ -3,7 +3,7 @@ package tests
import (
"testing"
"github.com/httprunner/httprunner/v4/hrp"
"github.com/httprunner/httprunner/v5/hrp"
)
func TestCaseCallFunction(t *testing.T) {

View File

@@ -3,7 +3,7 @@ package tests
import (
"testing"
"github.com/httprunner/httprunner/v4/hrp"
"github.com/httprunner/httprunner/v5/hrp"
)
func TestHTTPProtocol(t *testing.T) {

View File

@@ -3,7 +3,7 @@ package tests
import (
"testing"
"github.com/httprunner/httprunner/v4/hrp"
"github.com/httprunner/httprunner/v5/hrp"
)
func TestRendezvous(t *testing.T) {

View File

@@ -3,7 +3,7 @@ package tests
import (
"testing"
"github.com/httprunner/httprunner/v4/hrp"
"github.com/httprunner/httprunner/v5/hrp"
)
func TestCaseBasicRequest(t *testing.T) {

View File

@@ -5,7 +5,7 @@ package tests
import (
"testing"
"github.com/httprunner/httprunner/v4/hrp"
"github.com/httprunner/httprunner/v5/hrp"
)
func TestCaseUploadFile(t *testing.T) {

View File

@@ -3,7 +3,7 @@ package tests
import (
"testing"
"github.com/httprunner/httprunner/v4/hrp"
"github.com/httprunner/httprunner/v5/hrp"
)
func TestCaseValidateStep(t *testing.T) {

View File

@@ -3,7 +3,7 @@ package tests
import (
"testing"
"github.com/httprunner/httprunner/v4/hrp"
"github.com/httprunner/httprunner/v5/hrp"
)
func TestCaseConfigVariables(t *testing.T) {