Commit Graph

23 Commits

Author SHA1 Message Date
Rick 4322123586
feat: add cookie support for the requesting (#355)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-04-10 08:39:01 +08:00
Rick 70a868587e
feat: provide the query parameter via swagger (#339)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-01-22 11:04:12 +08:00
Rick d6da4ca694
feat: add runner extension and remove trpc (#333)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-01-12 11:29:35 +08:00
Rick 1c5b72df0b
feat: add graphql feature support (#326)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-12-21 11:15:12 +08:00
Rick cef376ac40
fix: cannot read the query (#317)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-12-18 10:56:49 +08:00
Rick 0d1d64f8cd
fix: extension agent cannot quit normally in container (#303)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-12-04 12:19:44 +08:00
Rick 19da5cdc32
feat: support to reuse the cookies (#301)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-12-01 17:34:43 +08:00
Rick 2f83deddec
test: add more e2e test cases (#294)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-11-28 17:36:37 +08:00
Rick 8bf774a2c9
feat: add device oauth mode (#287)
* chore: reduce the http client usage

having a central place to get the http client

* feat: add device oauth mode

---------

Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-11-26 13:04:21 +08:00
Rick d300c4b047
feat: add auth support for server mode (#283)
* chore: refactory the body verify

* feat: add auth support

---------

Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-11-24 11:53:48 +08:00
Rick 1241aa81e2
feat: support passing the metadata to gRPC request (#282) 2023-11-20 19:25:47 +08:00
Rick 649b0d8e85
feat: add writeFile function to expr (#277) 2023-11-17 14:13:04 +08:00
Rick ed58358657
feat: support fetch the suggested APIs from a gRPC server (#272)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-11-14 17:10:30 +08:00
Rick fa31bb1d4f
fix: cannot get correct value when the header consist mutiple values (#234) 2023-10-13 16:13:06 +08:00
Rick 58905fdd8f
fix: should not parse the response body if it is not JSON format (#218) 2023-09-22 13:52:11 +08:00
Rick 94228f65c5
feat: support recording the test results into prometheus (#215) 2023-09-14 13:57:41 +08:00
Rick f22accad65
feat: add an expr function httpReady (#214) 2023-09-12 18:20:02 +08:00
Ink33 18bd198745
feat: support running gRPC test cases (#160) 2023-08-13 21:09:45 +08:00
Rick 493aed2da1
fix: the body fields verify is incorrect with number (#128) 2023-07-14 14:47:00 +08:00
Rick 3040a92501
feat: support providing the suggested body fields (#127) 2023-07-14 09:38:27 +08:00
Rick 8544b31324
feat: support show the response body and header (#113)
* feat: support show the response body and header

* show the count of the headers

* fix the vue type validation

* reduce the cognitive complexity

---------

Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2023-07-05 08:44:57 +08:00
Rick d9d7a66b8a
Support maintain testSuite and testCase via UI (#108)
* feat: support to update the test case via ui

---------

Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2023-07-01 17:59:07 +08:00
Rick 5a3b1143a3
chore: order the source code about runner (#93) 2023-06-16 14:58:53 +08:00