George He
|
52a319bc57
|
fix: clean up request sender
|
2024-02-27 16:24:05 +08:00 |
|
George He
|
acf7872380
|
test: add tests for request and response
|
2024-02-26 18:22:42 +08:00 |
|
George He
|
5efbdda0be
|
chore: clean up RequestAuth
|
2024-02-26 18:20:43 +08:00 |
|
George He
|
cb45107fda
|
feat: add methods for response
|
2024-02-22 10:21:32 +08:00 |
|
George He
|
cdb06d5fa9
|
feat: some fixes for cookies object
|
2024-02-07 20:56:07 +08:00 |
|
George He
|
04ea9c6aa0
|
feat(sandbox/objects): enable cookieJar for the pre-request script
|
2024-02-06 17:41:33 +08:00 |
|
George He
|
9ac0d21d44
|
feat(sandbox/objects): enable insomnia.request in pre-request script
|
2024-02-06 10:40:18 +08:00 |
|
George He
|
251eb29a00
|
fix(sandbox/objects): fix incorrect expires value
|
2024-02-02 21:29:13 +08:00 |
|
George He
|
a5fabf5f30
|
fix: minor fix of linting
|
2024-02-02 18:14:27 +08:00 |
|
George He
|
abb751865e
|
fix(sandbox): fix type issues
|
2024-02-02 16:45:47 +08:00 |
|
George He
|
977cf2bef2
|
test: bring test cases back
|
2024-02-02 11:23:00 +08:00 |
|
George He
|
8944489e2b
|
chore: disable xml2js temporarily
|
2024-02-01 15:42:37 +08:00 |
|
George He
|
d841ca5874
|
feat(sandbox/require): enable browser modules
|
2024-02-01 15:35:32 +08:00 |
|
George He
|
8f3498842f
|
fix(pre-request-script): add beta tag in tab and set codemirror lint options
|
2024-02-01 10:33:53 +08:00 |
|
George He
|
a39fd42640
|
fix: add test for sendRequest full mode
|
2024-01-30 22:19:27 +08:00 |
|
George He
|
b564c1a9b9
|
feat: enable console polyfill for pre-request script
|
2024-01-30 16:12:33 +08:00 |
|
George He
|
dfbfc0ebdd
|
chore: hide window
|
2024-01-29 18:24:12 +08:00 |
|
George He
|
2e6a531d17
|
feat: enable collection module
|
2024-01-29 18:11:00 +08:00 |
|
George He
|
8b2ab94a87
|
test(hidden-window): add tests for the uuid module
|
2024-01-29 17:09:28 +08:00 |
|
George He
|
99f41eb384
|
test(pre-request): add tests for require URL module
|
2024-01-29 16:46:37 +08:00 |
|
George He
|
3e940e1b98
|
fix: enable body for the sendRequest API
|
2024-01-29 16:24:32 +08:00 |
|
George He
|
6d17a18d77
|
fix: clean up url and fix issues
|
2024-01-25 11:26:43 +08:00 |
|
George He
|
189f182a45
|
feat: add tests for objects
|
2024-01-24 17:07:30 +08:00 |
|
George He
|
2140ad3bc2
|
fix: refactor url and cookie objects and add tests
|
2024-01-24 15:38:13 +08:00 |
|
George He
|
3ca9794fde
|
feat: add node modules for the sandbox
|
2024-01-23 11:46:57 +08:00 |
|
George He
|
be0d08edb5
|
feat: add request sender and add settings to the object
|
2024-01-22 17:08:23 +08:00 |
|
George He
|
bc2b07de23
|
test: add more tests
|
2024-01-17 13:46:12 +08:00 |
|
George He
|
73670f8f93
|
test: add tests for Url object
|
2024-01-16 20:24:56 +08:00 |
|
George He
|
4e5602b54d
|
test: add test for certificate
|
2024-01-15 16:41:52 +08:00 |
|
George He
|
9c81af92ef
|
chore: minor refactor of fields
|
2024-01-15 16:17:06 +08:00 |
|
George He
|
29ca17b39d
|
test: add test for auth objects
|
2024-01-15 15:30:33 +08:00 |
|
George He
|
219a4770ca
|
test: add tests for auth
|
2024-01-12 21:32:44 +08:00 |
|
George He
|
58066828d5
|
feat: move objects to the sdk folder
|
2024-01-12 15:43:55 +08:00 |
|
George He
|
a1fe7fb514
|
feat: isolate major DOM handlers
|
2024-01-12 15:37:15 +08:00 |
|
George He
|
0b0f79f204
|
feat: add Response
|
2024-01-11 17:45:43 +08:00 |
|
George He
|
eede456566
|
feat: add RequestBody, QueryParam and FormParam
|
2024-01-10 17:38:01 +08:00 |
|
George He
|
490b2c1a06
|
feat: add certificate object
|
2024-01-09 15:55:59 +08:00 |
|
George He
|
c4a63b483c
|
feat: add pre-request script sdk objects
|
2024-01-09 11:08:54 +08:00 |
|
George He
|
6c57e94616
|
feat: enable 'require' for 'uuid' browser module
|
2024-01-09 10:29:33 +08:00 |
|
George He
|
52732dbde5
|
chore: clean up conflicts after rebasing
|
2024-01-09 10:29:33 +08:00 |
|
George He
|
99b679a5cc
|
feat: hook the pre-request sandbox to the REST sending request workflow
|
2024-01-09 10:29:33 +08:00 |
|
George He
|
1bb9e1a37f
|
chore: add log prefix for logs
|
2024-01-08 15:30:44 +08:00 |
|
George He
|
ae363f40c3
|
chore: add logs for hidden browser window initing
|
2024-01-04 16:03:44 +08:00 |
|
George He
|
9f08627f1b
|
test: create a helper function for waiting for a specific window
|
2024-01-04 14:59:06 +08:00 |
|
George He
|
018a3a4667
|
fix: start hidden window on-demand instead of by default
|
2024-01-04 14:56:16 +08:00 |
|
George He
|
62750bb044
|
fix: pick improvements from the downstream PR
|
2024-01-04 14:56:16 +08:00 |
|
George He
|
e3705162dd
|
chore: try keep test timeout untouched
|
2024-01-04 14:56:16 +08:00 |
|
George He
|
e2a92b17ea
|
fix: get the main renderer instead of the first one in testing as there are multiple windows now
|
2024-01-04 14:56:16 +08:00 |
|
George He
|
fbb60f3c37
|
test: add tests for unhappy paths
|
2024-01-04 14:56:16 +08:00 |
|
George He
|
99b1977342
|
fix: improve tests a bit and hide the browser window
|
2024-01-04 14:56:16 +08:00 |
|