Ashita Prasad
e0ca6dd49e
menus -> menu_item_card
2024-07-15 01:12:28 +05:30
Ketan Sonar
c982f40841
Merge branch 'main' into resolve-issue-126
2024-07-05 09:18:12 +05:30
Ketan Sonar
468aa74296
add test for drag_and_drop_area
2024-07-05 09:14:08 +05:30
DenserMeerkat
3f17840361
fix: updated tests
2024-07-04 16:11:01 +05:30
DenserMeerkat
0083706d9b
fix: broken tests
2024-06-30 02:35:29 +05:30
DenserMeerkat
2f8a1ef9b2
fix: review changes
2024-06-24 23:41:52 +05:30
DenserMeerkat
7fcfe4f8e8
feat: environment pane
2024-06-13 18:47:52 +05:30
Ankit Mahato
58ace08ded
Refactor models
2024-04-19 19:28:34 +05:30
Ankit Mahato
0ae20e3233
Update tests for previewers
2024-04-10 10:17:23 +05:30
Ankit Mahato
d788724627
Merge pull request #300 from DenserMeerkat/resolve-issue-missing-drag-scrolling
...
fix: missing drag scrolling
2024-03-29 22:59:12 +05:30
Ankit Mahato
758fdb6a86
Merge pull request #334 from Yousef-Rabia/elapsed-time-by-request
...
Elapsed time by request
2024-03-28 22:07:10 +05:30
Ankit Mahato
5c74a92296
Update response_widgets_test.dart
2024-03-28 22:06:14 +05:30
Ankit Mahato
b4cd97ac9e
Merge pull request #315 from mdrazak2001/video-preview-hotfix
...
add video preview with updated logic
2024-03-28 21:16:21 +05:30
Ankit Mahato
eeff85ed27
Merge branch 'main' into elapsed-time-by-request
2024-03-24 05:12:50 +05:30
Ragul Raj
b495bfb61c
Merge branch 'main' into resolve-issue-missing-drag-scrolling
2024-03-23 21:34:49 +05:30
Ankit Mahato
345f71a7c0
Fix tests
2024-03-23 18:05:20 +05:30
Ragul Raj
2465bf5d40
Merge branch 'main' into resolve-issue-missing-drag-scrolling
2024-03-22 04:49:06 +05:30
Yousef Rabia
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
Yousef Rabia
f26ba583cc
update timer testing function
2024-03-21 00:32:20 +02:00
Yousef Rabia
98dec76c60
Merge branch 'main' into elapsed-time-by-request
2024-03-21 00:06:27 +02:00
Tilakraj-B
2235a253de
Imports Rearranged,Reduced Redundant Widgets and Updated Tests.
2024-03-21 01:20:02 +05:30
Tilakraj-B
719b463483
Added Tests for the overlay_widget_test.dart
2024-03-20 20:00:59 +05:30
Yousef Rabia
fec18be44b
unit testing for SendingWidget
2024-03-20 10:15:06 +02:00
Ragul Raj
b932046262
Merge branch 'foss42:main' into resolve-issue-missing-drag-scrolling
2024-03-18 01:26:36 +05:30
Mohammed Mohsin
087b4e6c5b
feat: ability to clear response
2024-03-17 15:56:59 +05:30
DenserMeerkat
c6292cb083
refactor: remove form_data_field
2024-03-17 04:20:17 +05:30
Mohammed Abdul Razak Wahab
c51018baac
updated video preview logic
2024-03-16 22:15:18 +05:30
Ankit Mahato
f412507f72
Merge pull request #236 from opxdelwin/issue-114
...
[feat] Enable parallel request handling
2024-03-09 15:01:32 +05:30
Ankit Mahato
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
Ashita Prasad
0dd99b322a
Merge pull request #232 from BrawlerXull/custom-markdown-tests
...
Added tests for CustomMarkDown
2024-03-08 11:50:16 +05:30
Ashita Prasad
94ccf7598d
Update test case 1
2024-03-08 11:46:43 +05:30
Ashita Prasad
96be5453f8
Migrate to API Dash APIs
2024-03-08 10:30:33 +05:30
Delwin Mathew
27bb3d8ff5
[tests] add enter key test
2024-03-03 21:28:42 +05:30
Chinmay
f0ff324b69
Added check for inline button test-failing
2024-03-03 10:06:49 +05:30
Chinmay
81218d9fe7
Removed unused changed
2024-03-02 18:39:51 +05:30
Chinmay
0a8b75b9fd
Added test cases for Custom markdown working
2024-03-02 18:36:47 +05:30
Chinmay
7e2f9e1144
Modified the tests
2024-03-02 18:11:45 +05:30
Chinmay
fe23daa3cd
removed unnecesary testcase
2024-03-02 09:00:16 +05:30
Yousef Rabia
00f008d8a2
remove skip:true
2024-03-01 17:21:13 +02:00
Yousef Rabia
1db5d88125
Ensure introData() Function Works During Testing by Using setMockInitialValues
2024-03-01 17:20:40 +02:00
Yousef Rabia
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
Chinmay Chaudhari
77432e187d
Link test updated
2024-03-01 14:43:03 +05:30
Delwin Mathew
3331d2aa72
[refactor] fix old buttons_tests
2024-03-01 13:16:14 +05:30
Chinmay Chaudhari
03bf55149b
Removed skip = true
2024-03-01 07:24:54 +05:30
Chinmay Chaudhari
e6b71bd5a0
Added tests for CustomMarkDown
2024-03-01 01:56:27 +05:30
Chinmay Chaudhari
4a519cfa0a
csv added
2024-02-24 09:07:40 +05:30
Ashita Prasad
5bdbb0b101
refactor
2024-02-08 06:06:00 +05:30
Ashita Prasad
d5d8de389c
selectedId
2024-02-08 05:21:20 +05:30
Ashita Prasad
7fa5062c9f
selectedRequestModel
2024-02-08 04:16:37 +05:30
Ashita Prasad
7116183a9b
Update BodySuccess widget and tests
2024-01-27 00:38:05 +05:30