Skip to content
#

go-testing

Here are 36 public repositories matching this topic...

lepinkainen
lepinkainen commented Jun 21, 2020

I have two setups, in one the -parallel option works just fine in vscode - it generates parallel test cases as it should. In the other it doesn't do anything (not reporting errors in custom flags is a problem in the vscode go plugin, which is not the issue here).

Both were installed with go get -u github.com/cweill/gotests/... when in the $HOME directory within 15 minutes of each other.

HttpRunner 是一个开源的 API 测试工具,支持 HTTP(S) / HTTP2 / WebSocket / RPC 等网络协议,涵盖接口测试、性能测试、数字体验监测等测试类型。简单易用,功能强大,具有丰富的插件化机制和高度的可扩展能力。

  • Updated Jul 4, 2022
  • Go
re-Tick
re-Tick commented May 27, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

When I do testrun for a testcase with noise header fields, It is failing because it is not ignoring the header fields while comparing.

Steps to reproduce

  1. Capture a testcase with noise header fields.
  2. Run a test.

Environment

No response

Version

Local

bug good first issue

Improve this page

Add a description, image, and links to the go-testing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the go-testing topic, visit your repo's landing page and select "manage topics."

Learn more