mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #1835] [MERGED] new e2e framework #4467
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4467
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:new📝 Commits (1)
e818666new e2e framework📊 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.