We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bded73 commit e568cbfCopy full SHA for e568cbf
pkg/server/server.proto
@@ -392,7 +392,7 @@ message TestCase {
392
Request request = 3;
393
Response response = 4;
394
}
395
-// todo TestCase和HistoryTestCase合并一下,这样就方便了
+
396
message HistoryTestCase {
397
string caseName = 1;
398
string suiteName = 2;
@@ -406,16 +406,6 @@ message HistoryTestCase {
406
string ID = 10;
407
408
409
-// message HistoryTestCase {
410
-// TestCase testcase = 1;
411
-// string historySuiteName = 2;
412
-// google.protobuf.Timestamp createTime = 3;
413
-// repeated Pair suiteParam = 4;
414
-// APISpec suiteSpec = 5;
415
-// string suiteApi = 6;
416
-// string ID = 7;
417
-// }
418
-
419
message HistoryTestCases{
420
repeated HistoryTestCase data = 1;
421
0 commit comments