Commit Graph

21 Commits

Author SHA1 Message Date
Rick dd90d1e90e
fix: the file path checking is incorrect on windows (#475)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-06-05 14:01:28 +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 1241aa81e2
feat: support passing the metadata to gRPC request (#282) 2023-11-20 19:25:47 +08:00
Rick f22accad65
feat: add an expr function httpReady (#214) 2023-09-12 18:20:02 +08:00
Rick 1ad11f38ef
chore: add release note v0.0.13 (#175) 2023-08-22 08:58:42 +08:00
Rick e05262aae9
feat: support manager store on UI (#161) 2023-08-09 15:53:38 +08:00
Rick e0e954702c
feat: add parameters in the test suite (#139) 2023-07-24 13:59:33 +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 02d7e23cb3
feat: add ui for the api-testing (#102)
* feat: add ui project for the atest

* add grpc gateway support

* complete the very basic ui of atest

* add local storage flag into the server sub-command

* add unit tests for the remote server

* put the console into the docker image

* remove unused files from console

* add more unit tests

* support to execute test case on ui

* fix the code smells located by sonarqube

---------

Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2023-06-26 08:47:24 +08:00
Rick d564f69c9c
feat: adding resource loader interface and default implement (#95) 2023-06-18 17:43:32 +08:00
Rick efd0a1da1e
fix: the data parent directory is missing (#70) 2023-05-24 19:31:24 +08:00
Rick 2884073ae6
feat: support running before and after jobs with API request (#69) 2023-05-18 09:51:35 +08:00
Rick 15c47927b8
feat: giving error info when having duplicated names (#59) 2023-04-28 13:16:22 +08:00
Rick 45a4d5166a
feat: support to validate the YAML file via schema (#49) 2023-04-21 22:29:24 +08:00
Rick 49441573e8
fix the duplicates (#44)
* fix the duplicates

* improve the function RunTestCase
2023-04-21 08:41:56 +08:00
Rick 9ee38ffc17
feat: support to validate the response via JSON schema (#38) 2023-04-12 13:31:52 +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 0ad1515381
feat: add API and expect status code default value (#10) 2023-03-10 15:42:19 +08:00
Rick 3ae751826d
feat: add normal form request support (#9)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-03-08 20:43:44 +08:00
Rick e1270c748e
feat: support form request (#8)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2023-03-08 17:32:53 +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