Karel De Smet
a2a03c6b52
Unit tests for test functions toBe, toHaveProperty ( #1392 )
...
* Added unit tests for the post-request tests
* Added 2 top level functions to avoid duplication of code
* Simplified tests for toBe and error handling
* Added a test for asserting string values with toBe
* Added a test for negative assertion with toBe
* Added tests for toHaveProperty
* Imported PASS, FAIL and ERROR constants
* Use getTestResult and getErrors to avoid duplication of code
* Removed .vscode/settings.json
* Minor cleanup to postwomanTesting.spec.js
* Revert change of runTestScriptWithVariables back to default export
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2020-12-19 07:45:36 +05:30
Liyas Thomas
1e6773deb5
Refactor: Modularize home page ( #1372 )
...
* Move HTTP headers section to component
* Move import cURL modal to component
* Move Notes, OAuth token modal to seperate components
* Fix deepcode analysis
* Move parameters section to seperate component
* Move codegen modal to component
* ES6
2020-12-11 05:59:29 +05:30
Liyas Thomas
bdf72eca70
fix: turn off permission of GitHub OAuth app fixed #1377
2020-12-10 16:12:38 +05:30
Andrew Bastin
eeb1ecd2df
Added test case for signInUserWithGithub to check if adding 'repo gist'
2020-12-08 23:01:17 -05:00
Andrew Bastin
f21b5768a5
Fixed tests for fb.spec.js
2020-12-08 22:55:41 -05:00
Liyas Thomas
ba08883623
Final gist integration + clean up
2020-12-08 17:50:32 +05:30
Liyas Thomas
3d10a8f86a
Initial MVP of GitHub gist support
2020-12-07 14:14:02 +05:30
Karel De Smet
f279471858
Added assertion methods toHaveLength & toBeType ( #1357 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2020-12-02 06:55:37 +05:30
Liyas Thomas
ab5ea5948b
Minor refactoring and code splitting
2020-12-01 05:21:14 +05:30
Liyas Thomas
a8fd0fcd19
Minor refactoring and code splitting
2020-12-01 05:09:16 +05:30
Liyas Thomas
7411f01fb5
Updated test snapshot
2020-11-03 14:06:24 +05:30
Liyas Thomas
3c00a3b1d0
Fixed Axios codegen missing raw post body
2020-11-03 13:47:17 +05:30
Jyoti Gupta
846298210a
[ #1190 ] [Jyoti] Add codegen for nodeJs Unirest support ( #1308 )
...
* [#1190 ] [Jyoti] Add codegen for nodeJs Unirest
* Update and rename node-unirest.js to nodejs-unirest.js
* Update codegen.js
* [Jyoti] update snapshot for node-unirest-codegen
Co-authored-by: Jyoti Gupta <jyoti.gupta@INjyotigupta.local >
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2020-11-02 06:23:13 +05:30
Liyas Thomas
f22e98ccca
Updated test snapshots - fixing CI tests
2020-10-30 18:28:09 +05:30
Liyas Thomas
5cb6d10e3d
Reorder codegens in alphabetical order
2020-10-30 18:16:34 +05:30
Jaishree Patidar
cd3cec5d48
[Jaishree] Add C Libcurl Codegen
2020-10-29 17:47:25 +05:30
Kunal Kumar
f9ae242792
Kunal - java-unirest 25 oct 2020 codegen added ( #1301 )
2020-10-26 00:00:36 +05:30
Shalika Singhal
438640d5b8
added codegen for java OK Http Client ( #1300 )
...
* added codegen for java OK Http Client
* shalika- added snapshot test for -codegen- java -ok http client
* shalika- moving JavaOkHttpClientCodegen in alphabetical order in codegen
2020-10-25 23:07:28 +05:30
Liyas Thomas
774853af7a
Remove teams section from Firebase
2020-10-21 10:11:56 +05:30
Liyas Thomas
eaeefafe39
Lint, ES6, popover for codegen
2020-10-19 18:02:42 +05:30
Ben
59974edf80
feat:add code generator for Shell with HTTPie ( #1290 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2020-10-19 07:54:07 +05:30
Liyas Thomas
22a3bba6ab
Cherry picking refactored fb.js from #879 by @AndrewBastin ( #1286 )
...
* Cherry picking refactored fb.js from #879 by @AndrewBastin
* Fixed a minor UI glitch in History section
* Removed logout success toast testcase
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com >
2020-10-17 14:53:19 +05:30
Matthew Crumley
b6b3cbcb9a
Add Salesforce Apex codegen ( #1285 )
2020-10-17 12:39:23 +05:30
Ben
de97048424
feat:add code generator for Ruby Net::HTTP ( #1284 )
2020-10-17 10:47:26 +05:30
Yannick Chiron
168d1dc678
feat:add code generator for C# RestSharp
2020-10-11 00:58:02 +02:00
Raul Piraces Alastuey
82c874afb5
Add: Shell wget codegen ( #1256 )
...
* Add: Shell wget codegen
* Add missing snapshot for tests
2020-10-09 19:44:49 +05:30
YE Qing
1afd0381c1
Run tests against all codegen instead of individual ones ( #1255 )
...
* run tests against all codegens instead of individual ones
* table testing
* fixture is no longer needed
Co-authored-by: Qing Ye <ye.qing@go-jek.com >
2020-10-09 14:04:12 +05:30
luthrap
92854b9e84
Python http client codegen ( #1252 )
...
* add codegen for python http client
* update print header function
2020-10-08 23:29:00 +05:30
Qing Ye
fe1618d1d8
move test data to __fixtures__
2020-10-08 00:17:58 +08:00
Qing Ye
30250e1afa
add codegen for nodejs native and instrument snapshot tests
2020-10-08 00:10:02 +08:00
YE Qing
ce5fb78bcd
Fix form post data parsing ( #1248 )
...
Co-authored-by: Qing Ye <ye.qing@go-jek.com >
2020-10-07 08:51:03 +05:30
YE Qing
1c2963a1e0
add codegen for python-requests ( #1244 )
...
Co-authored-by: Qing Ye <ye.qing@go-jek.com >
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2020-10-06 22:56:10 +05:30
Yasio
df933bb928
Add PHP CURL codegenerator ( #1238 )
...
* add php-curl codegen
* fix codegen name casing
2020-10-05 23:03:44 +05:30
Raul Piraces Alastuey
881d7fa5ee
Add: Powershell RestMethod codegen ( #1233 )
2020-10-05 04:50:50 +05:30
Raul Piraces Alastuey
d479425333
Add: JS jQuery codegen ( #1232 )
...
* Add: JS jQuery codegen
* Remove console.log
2020-10-04 20:49:07 +05:30
Yasio
cb944bcfb2
Add nodejs request codegenerator ( #1227 )
...
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com >
2020-10-04 18:11:07 +05:30
Saswata Mukherjee
1ad23f4ed8
Fix: GET requests for Go codegen ( #1216 )
2020-10-03 12:36:55 +05:30
Saswata Mukherjee
1bcba17f76
Add native Golang codegen ( #1215 )
2020-10-03 12:20:20 +05:30
CHALOPIN Clément
f9c45d95e1
Add: js axios codegen ( #1199 )
2020-10-01 06:32:22 +05:30
Liyas Thomas
50fd8926d6
Fixed #1197
2020-09-29 23:40:33 +05:30
Liyas Thomas
7e1e61f8af
chores: Lint + dependency update
2020-09-27 23:34:15 +05:30
Andrew Bastin
54a48f9493
Added codegen registrar
2020-09-25 23:45:18 -04:00
Andrew Bastin
70fc0789d6
Added separated code generator code for cURL, JS Fetch and JS XHR
2020-09-25 23:38:33 -04:00
Liyas Thomas
66cd75dce8
Moved utility functions from assets to helpers
2020-09-26 07:57:45 +05:30
Moulik Aggarwal
b2ef26600c
Fix Quality Issues using DeepSource ( #1183 )
...
Co-authored-by: DeepSource Bot <bot@deepsource.io >
2020-09-24 20:46:20 +05:30
Andrew Bastin
2bd242a164
jsonParse now validates for array as root JSONs
...
fixes #1097
2020-08-26 18:21:37 -04:00
Andrew Bastin
4b87684611
Updated debounce test spec to use jest timers
2020-08-26 12:14:47 -04:00
Andrew Bastin
6f013de8e4
Added test spec for helpers/strategies/ExtensionStrategy.js
2020-08-22 23:25:35 -04:00
Andrew Bastin
96a6289911
Fixed a typo in decodeB64StringToArrayBuffer line for proxy-extension
...
request
2020-08-22 23:25:35 -04:00
Andrew Bastin
e0970fc69d
Remove No-Proxy test stubs from AxiosStrategy-Proxy.spec.js
2020-08-22 23:25:35 -04:00