201 Commits

Author SHA1 Message Date
351b79d78f test(rust_reqwest_codegen): add multipart tests 2024-03-12 18:44:20 +05:30
c37ea648e4 Merge remote-tracking branch 'upstream/main' into add-rust-reqwest-codegen
- Merged upstream
- Made required changes with respect to upstream
- Fixed tests
2024-03-12 18:37:56 +05:30
897160f388 Removed as it is not required after refactoring 2024-03-12 12:04:07 +05:30
67fcc66aa2 Update HAR codegen 2024-03-12 05:23:27 +05:30
cb8bfebecd Refactor codegen 2024-03-12 05:19:03 +05:30
fc7a051285 POST 2 test updates 2024-03-12 02:24:35 +05:30
9be445072c Update har_utils_test.dart 2024-03-12 02:06:21 +05:30
2d5186bdf8 Update for POST 2 2024-03-12 02:04:01 +05:30
e8fd13cbce Update Python requests codegen 2024-03-12 01:52:24 +05:30
e517e9d919 Update request_model_test.dart 2024-03-12 01:51:12 +05:30
20d99e0258 Update POST Model 2 2024-03-12 01:50:57 +05:30
1a40b3249e Merge pull request #180 from CH1NRU5T/resolve-issue-cURL_initial_view_code
Resolve issue curl initial view code
2024-03-10 07:06:59 +05:30
d23019a43d Accept test change 2024-03-10 07:02:23 +05:30
28516cd1c9 Revert "fixed curl code gen error for empty url"
This reverts commit 7e1ca33a28921789f0720542e63b2c520e553fcf.
2024-03-10 06:59:31 +05:30
1b4a5caa7a Update cURL codegen 2024-03-10 05:33:53 +05:30
750a5af12b fix test case 2024-03-09 21:22:25 +05:30
0134fa9789 Merge branch 'main' into fix-kotlin-codegen-import-issue 2024-03-09 21:17:09 +05:30
eaedca0ef6 Merge pull request #235 from Tanish2002/add-more-codegen-tests
feat(tests): add more tests for codegen with multipart body
2024-03-09 20:10:34 +05:30
8e9e668d0f Migrate to api.apidash.dev 2024-03-09 20:06:42 +05:30
f412507f72 Merge pull request #236 from opxdelwin/issue-114
[feat] Enable parallel request handling
2024-03-09 15:01:32 +05:30
fcefe78966 Merge pull request #253 from opxdelwin/issue-252-updated
[feat] Implement Press Enter to Send Request in URL Input Field
2024-03-09 10:30:35 +05:30
304fb3c77a Merge pull request #257 from mdrazak2001/test-fix-219
Fix broken test on Windows
2024-03-08 13:33:22 +05:30
890a446ea2 Fix test to check platform specific results 2024-03-08 13:26:07 +05:30
0dd99b322a Merge pull request #232 from BrawlerXull/custom-markdown-tests
Added tests for CustomMarkDown
2024-03-08 11:50:16 +05:30
94ccf7598d Update test case 1 2024-03-08 11:46:43 +05:30
96be5453f8 Migrate to API Dash APIs 2024-03-08 10:30:33 +05:30
744157d5a2 test fix 2024-03-05 00:18:55 +05:30
27bb3d8ff5 [tests] add enter key test 2024-03-03 21:28:42 +05:30
f0ff324b69 Added check for inline button test-failing 2024-03-03 10:06:49 +05:30
81218d9fe7 Removed unused changed 2024-03-02 18:39:51 +05:30
0a8b75b9fd Added test cases for Custom markdown working 2024-03-02 18:36:47 +05:30
7e2f9e1144 Modified the tests 2024-03-02 18:11:45 +05:30
fe23daa3cd removed unnecesary testcase 2024-03-02 09:00:16 +05:30
00f008d8a2 remove skip:true 2024-03-01 17:21:13 +02:00
1db5d88125 Ensure introData() Function Works During Testing by Using setMockInitialValues 2024-03-01 17:20:40 +02:00
e14446f2e3 Replace tester.pumpAndSettle(); with tester.pump();
Replacing `tester.pumpAndSettle();` with `tester.pump();` resolves an issue where `pumpAndSettle()` waits for all animations to complete, causing an infinite loop with `CircularProgressIndicator`. Using `pump()` ensures efficient frame building without unnecessary animation waiting.
2024-03-01 17:18:42 +02:00
77432e187d Link test updated 2024-03-01 14:43:03 +05:30
3331d2aa72 [refactor] fix old buttons_tests 2024-03-01 13:16:14 +05:30
e1f8a1b041 feat(tests): add more tests for codegen with multipart body 2024-03-01 11:08:27 +05:30
03bf55149b Removed skip = true 2024-03-01 07:24:54 +05:30
e6b71bd5a0 Added tests for CustomMarkDown 2024-03-01 01:56:27 +05:30
dc25c6a70e Updated csv_previewer 2024-03-01 01:10:49 +05:30
2379c20017 Merge pull request #176 from BrawlerXull/csv-chinmay
Csv Previewer added
2024-03-01 00:41:57 +05:30
51be09b076 added the line back 2024-02-29 20:52:17 +05:30
6acca4cf87 corrected added headers 2024-02-29 12:44:37 +05:30
4e3b4a1f9c updated header test 2024-02-27 17:54:54 +05:30
3cf677e89b Fix Kotlin codegen to import MultipartBody 2024-02-25 21:17:19 -08:00
e497f8dfaa Update har_utils_test.dart 2024-02-26 04:13:33 +05:30
7a6bb125c9 codegen(reqwest): small fix for payload and null headerList 2024-02-25 05:20:54 +05:30
474b718ccc Merge branch 'main' into resolve-issue-cURL_initial_view_code 2024-02-24 12:54:46 +05:30