Commit Graph

35 Commits

Author SHA1 Message Date
Ink33 acc8b268d7
feat: get gRPC descriptor via server reflection (#210)
Signed-off-by: Ink33 <Ink33@smlk.org>
2023-09-07 06:25:11 +08:00
hellojukay c582610566
Using apache/skywalking-eye to do the license checking work (#207) 2023-09-06 15:27:19 +08:00
Ink33 ada9ca07e7
fix: missing return in invokeRequest for stream rpc (#206)
* fix: missing return in invokeRequest for stream rpc

fix Got error when running the sample grpc testsuite file #200

Signed-off-by: Ink33 <Ink33@smlk.org>

* re-order the test cases in .github/testing/core.yaml

---------

Signed-off-by: Ink33 <Ink33@smlk.org>
Co-authored-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
2023-09-06 08:56:26 +08:00
Rick 69e53b6e04
fix: the qps feature cannot work well (#201) 2023-09-05 09:53:06 +08:00
Rick 78f517c2cb
fix: goreleaser build without embed UI (#176) 2023-08-22 09:46:42 +08:00
Rick 908829738a
feat: support convert testSuite to JMeter file (#170)
* feat: support convert testSuite to JMeter file

* chore: report API test in the comment

* add a sub-command to convert to jmeter file

---------

Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2023-08-18 15:51:53 +08:00
Rick 200134093d
fix: the test suite data manipulate is not thread safe (#168)
* fix: the test suite data manipulate is not thread safe

* add more unit tests
2023-08-17 10:35:20 +08:00
Rick e0811185a2
feat: add git as the store extension (#165)
* feat: add git as the store extension

* fix: the height of center zone of the UI

* ui: add query setting for testcase

---------

Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2023-08-15 10:18:08 +08:00
Rick e2f2d323f0
feat: add secret service interface (#164) 2023-08-12 08:02:59 +08:00
Rick df53ccdfe0
feat: add operator for maintain the api-testing in Kubernetes (#158) 2023-08-10 08:15:53 +08:00
Rick 46552d1c15
feat: support verify the store (#157) 2023-08-03 17:06:38 +08:00
Rick d1c0c10a1a
feat: add s3 storage backend extension (#151)
* feat: add s3 storage backend extension

* test: add unit tests
2023-08-01 07:28:53 +08:00
Rick 470ef8e337
feat: support building multi-arch container image (#146) 2023-07-27 22:31:25 +08:00
Rick c761a47597
feat: support start atest as container service (#138)
* feat: support start atest as container service

* chore: update the online JSON schema URL
2023-07-22 16:00:53 +08:00
Rick 0809f352b8
chore: run unit testing on the master (#136) 2023-07-21 09:34:22 +08:00
Rick 807f3d83d4
feat: support adding unit tests for fetch (#134)
* feat: support adding unit tests for fetch

* add some basic e2e tests

* chore: send all the Go test converage files

* fix the isues found by codacy
2023-07-20 22:37:19 +08:00
Rick 352f9eda80
feat: add unit tests for UI (#133) 2023-07-18 17:35:39 +08:00
Rick 54edea5882
test: add unit tests for the UI (#129) 2023-07-16 23:02:03 +08:00
Rick fa024321a1
feat: support getting suggested APIs from spec (#123) 2023-07-16 21:10:03 +08:00
Rick 581b6527ae
feat: support query the popular HTTP headers on UI (#122) 2023-07-11 21:12:23 +08:00
Rick 9cdb8ec5db
chore: add api testing for the repo self (#121) 2023-07-11 13:40:01 +08:00
Rick 2c73c02385
feat: add gRPC loader for reading and writeing test suites (#120)
* feat: add gRPC loader for reading and writeing test suites

* complete the basic feature of gRPC plugin demo

* docs: add document about the gRPC extension
2023-07-10 17:03:55 +08:00
Rick 9bdef10e02
feat: embed the ui into the Go binary file (#117)
* feat: embed the ui into the Go binary file

* add more unit tests
2023-07-07 08:21:53 +08:00
Rick 355c2166e6
chore: add more info into the releaseDrafter.yaml (#100) 2023-06-21 09:00:13 +08:00
Rick 1fd4586712
feat: put atest-collector into the image (#87)
* feat: put atest-collector into the image

* doc: add instructions about how to use in Docker
2023-06-08 17:27:40 +08:00
Rick 8da089067c
feat: add a HTTP request collector as atest extension (#85)
* feat: add a HTTP request collector as atest extension

* add unit tests for collector

* add unit tests

* support to release atest-collector via goreleaser

---------

Co-authored-by: Rick <linuxsuren@users.noreply.github.com>
2023-06-07 22:59:47 +08:00
Rick 2a3c594562
chore: ignore the test report when actor is not linuxsuren (#67) 2023-05-10 18:17:39 +08:00
Rick a025888f5d
chore: skip the test report when owner is not linuxsuren (#61) 2023-05-05 16:54:25 +08:00
Rick 9ee38ffc17
feat: support to validate the response via JSON schema (#38) 2023-04-12 13:31:52 +08:00
Rick 2f93d1d029
chore: remove redundant log output (#36) 2023-04-11 14:57:26 +08:00
Rick e2340a20a8
feat: add grpc server support (#22)
* feat: add grpc server support

* publish image

---------

Co-authored-by: Rick <linuxsuren@users.noreply.github.com>
2023-04-04 13:18:51 +08:00
Rick d07c7f2a99
chore: build with gorelease in the pr (#5) 2023-03-05 20:16:03 +08:00
Rick e52246454c
feat: improve the HTTP request payload and expect (#2)
* feat: improve the HTTP request payload and expect

* add unit tests

---------

Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-03-05 11:32:27 +08:00
rick 0fcc2b0ec9 Add goreleaser config file 2022-06-09 11:09:01 +08:00
rick 316a4276de Complete the basic test feature 2022-06-08 17:32:17 +08:00