93 Commits

Author SHA1 Message Date
d788724627 Merge pull request #300 from DenserMeerkat/resolve-issue-missing-drag-scrolling
fix: missing drag scrolling
2024-03-29 22:59:12 +05:30
758fdb6a86 Merge pull request #334 from Yousef-Rabia/elapsed-time-by-request
Elapsed time by request
2024-03-28 22:07:10 +05:30
5c74a92296 Update response_widgets_test.dart 2024-03-28 22:06:14 +05:30
b4cd97ac9e Merge pull request #315 from mdrazak2001/video-preview-hotfix
add video preview with updated logic
2024-03-28 21:16:21 +05:30
eeff85ed27 Merge branch 'main' into elapsed-time-by-request 2024-03-24 05:12:50 +05:30
b495bfb61c Merge branch 'main' into resolve-issue-missing-drag-scrolling 2024-03-23 21:34:49 +05:30
345f71a7c0 Fix tests 2024-03-23 18:05:20 +05:30
2465bf5d40 Merge branch 'main' into resolve-issue-missing-drag-scrolling 2024-03-22 04:49:06 +05:30
f2a00a4663 Merge branch 'elapsed-time-by-request' of https://github.com/Yousef-Rabia/apidash into elapsed-time-by-request 2024-03-21 00:32:24 +02:00
f26ba583cc update timer testing function 2024-03-21 00:32:20 +02:00
98dec76c60 Merge branch 'main' into elapsed-time-by-request 2024-03-21 00:06:27 +02:00
2235a253de Imports Rearranged,Reduced Redundant Widgets and Updated Tests. 2024-03-21 01:20:02 +05:30
719b463483 Added Tests for the overlay_widget_test.dart 2024-03-20 20:00:59 +05:30
fec18be44b unit testing for SendingWidget 2024-03-20 10:15:06 +02:00
b932046262 Merge branch 'foss42:main' into resolve-issue-missing-drag-scrolling 2024-03-18 01:26:36 +05:30
087b4e6c5b feat: ability to clear response 2024-03-17 15:56:59 +05:30
c6292cb083 refactor: remove form_data_field 2024-03-17 04:20:17 +05:30
c51018baac updated video preview logic 2024-03-16 22:15:18 +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
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
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
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
4a519cfa0a csv added 2024-02-24 09:07:40 +05:30
5bdbb0b101 refactor 2024-02-08 06:06:00 +05:30
d5d8de389c selectedId 2024-02-08 05:21:20 +05:30
7fa5062c9f selectedRequestModel 2024-02-08 04:16:37 +05:30
7116183a9b Update BodySuccess widget and tests 2024-01-27 00:38:05 +05:30
e074b738ad Create markdown_test.dart 2024-01-09 22:39:55 +05:30
1eaef02aba Create headerfield_test.dart 2024-01-09 22:39:33 +05:30
5a66f03585 Create form_data_field_test.dart 2024-01-09 22:09:42 +05:30
3e2132808c Create checkbox_test.dart 2024-01-09 22:09:40 +05:30
8b4de31948 Create window_caption_test.dart 2024-01-09 08:25:22 +05:30
082002e478 Update dropdowns_test.dart 2024-01-09 08:18:22 +05:30
bea80e9661 Update buttons_test.dart 2024-01-09 08:00:59 +05:30
9280e2f957 Add tests for SVG Previewer 2023-12-16 16:27:03 +05:30
87fb7cf198 Update JSON Previewer & test 2023-11-24 23:36:44 +05:30