api-testing icon indicating copy to clipboard operation
api-testing copied to clipboard

[Bug] ListTestCase interface exec failed.

Open yuluo-yx opened this issue 8 months ago • 0 comments

Description: The ListTestCase interface throws a 500 exception when a test resource yaml file other than the one created exists in the atest directory.

f6fa0ffe2f1074d7e1565957df2b25d

Repro steps:

  1. git pull repo
  2. go build -o atest main.go
  3. ./atest server
  4. access front page and new create test resource.
  5. then click node.

Note: If there are privacy concerns, sanitize the data prior to

caused by the presence of yaml files other than the test resource file in the atest executable directory.

yuluo-yx avatar May 28 '24 03:05 yuluo-yx