[PR #1835] [MERGED] new e2e framework #4467

Closed
opened 2026-05-05 14:42:38 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1835
Author: @fatedier
Created: 6/1/2020
Status: Merged
Merged: 6/2/2020
Merged by: @fatedier

Base: devHead: new


📝 Commits (1)

📊 Changes

25 files changed (+1182 additions, -9 deletions)

View changed files

📝 Makefile (+4 -1)
📝 cmd/frpc/sub/root.go (+7 -1)
📝 go.mod (+5 -3)
📝 go.sum (+99 -4)
hack/run-e2e.sh (+11 -0)
test/e2e/e2e.go (+61 -0)
test/e2e/e2e_test.go (+34 -0)
test/e2e/examples.go (+40 -0)
test/e2e/framework/cleanup.go (+59 -0)
test/e2e/framework/client.go (+11 -0)
test/e2e/framework/consts/consts.go (+5 -0)
test/e2e/framework/expect.go (+55 -0)
test/e2e/framework/framework.go (+167 -0)
test/e2e/framework/ginkgowrapper/wrapper.go (+80 -0)
test/e2e/framework/log.go (+94 -0)
test/e2e/framework/mockservers.go (+60 -0)
test/e2e/framework/process.go (+59 -0)
test/e2e/framework/request.go (+13 -0)
test/e2e/framework/test_context.go (+42 -0)
test/e2e/framework/util.go (+14 -0)

...and 5 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/1835 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 6/1/2020 **Status:** ✅ Merged **Merged:** 6/2/2020 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`e818666`](https://github.com/fatedier/frp/commit/e81866670a8c5539226a8ea9c65169563065384d) new e2e framework ### 📊 Changes **25 files changed** (+1182 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+4 -1) 📝 `cmd/frpc/sub/root.go` (+7 -1) 📝 `go.mod` (+5 -3) 📝 `go.sum` (+99 -4) ➕ `hack/run-e2e.sh` (+11 -0) ➕ `test/e2e/e2e.go` (+61 -0) ➕ `test/e2e/e2e_test.go` (+34 -0) ➕ `test/e2e/examples.go` (+40 -0) ➕ `test/e2e/framework/cleanup.go` (+59 -0) ➕ `test/e2e/framework/client.go` (+11 -0) ➕ `test/e2e/framework/consts/consts.go` (+5 -0) ➕ `test/e2e/framework/expect.go` (+55 -0) ➕ `test/e2e/framework/framework.go` (+167 -0) ➕ `test/e2e/framework/ginkgowrapper/wrapper.go` (+80 -0) ➕ `test/e2e/framework/log.go` (+94 -0) ➕ `test/e2e/framework/mockservers.go` (+60 -0) ➕ `test/e2e/framework/process.go` (+59 -0) ➕ `test/e2e/framework/request.go` (+13 -0) ➕ `test/e2e/framework/test_context.go` (+42 -0) ➕ `test/e2e/framework/util.go` (+14 -0) _...and 5 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:42:38 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4467
No description provided.