lohit
b121afe7bb
feat: revert await keyword for test ( #2933 )
...
feat: revert await keyword for test
2024-08-27 11:41:09 +05:30
Anoop M D
753a576c3c
Feat/safe mode quickjs ( #2848 )
...
Safe Mode Sandbox using QuickJS
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
Co-authored-by: lohit <lohit.jiddimani@gmail.com >
2024-08-21 12:52:49 +05:30
BruAlcaraz
c99da3a581
Allow bru.setNextRequest() on Test Scripts ( #2155 ) ( #2552 )
...
Co-authored-by: Alcaraz, Bruno <Bruno.Alcaraz@ulgroup.com >
2024-07-25 16:57:55 +05:30
lohit
ab9bcbe5ed
feat/rename collectionVariables variable name to runtimeVariables ( #2638 )
...
* pr review changes
* collection root object in export json
* import environment updates
* tests run execution order fix for collection runs
* updated validations
* collectionVariables -> runtimeVariables
* removed husky, adjusted indentation
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-07-17 17:21:03 +05:30
lohit
c895d7f357
feat: request vars, bru.getRequestVar function ( #2541 )
2024-07-01 14:15:25 +05:30
lohit
ca22ad06df
update interpolate function in bruno js ( #2479 )
...
* update interpolate function in bruno js
* removeed handlebars import, updated validations
* removed handlebars import
2024-06-21 11:15:23 +05:30
Fabio GRANDE
9ec67b5da9
Added IsArray on Assert ( #2413 )
...
Co-authored-by: Fabio Grande <fabio.grande@hdhome.it >
2024-06-19 16:04:57 +05:30
Raphaël Bideau
693f882f5a
catch post request variable evaluation errors ( #2324 )
...
fix #2005
- display post request variable evaluation errors in a toast, each individual variable error on a new line
- display the response body (was previously replaced by the an error "Error invoking remote method 'send-http-request': ..."
2024-06-14 17:08:57 +05:30
Florent Boisselier
a756c49285
feat( #947 ): set up ajv-formats in script and test runtimes
2024-02-18 14:22:46 +01:00
Anoop M D
e258e7f5ab
fix( #1487 ): rolling back to vm2 from @n8n/vm2
2024-01-30 22:00:58 +05:30
Timon
4e34aba1ca
fix( #263 ): Replace vm2 with fork of vm2 to fix security issues ( #1400 )
2024-01-17 04:01:00 +05:30
Anoop M D
3061507284
Merge pull request #619 from mj-h/feature/add-bru-setNextRequest
...
feat: bru.setNextRequest()
2023-12-06 01:37:44 +05:30
Boris Baskovec
fdb9b10353
Add node-vault library
2023-11-03 12:25:43 +01:00
Martin Hoecker
4a1d45f458
Merge branch 'main' into feature/add-bru-setNextRequest
2023-10-26 22:34:05 +02:00
DaPutzy
7fa68731d2
feat: allow multiple script context roots
2023-10-25 23:16:28 +00:00
Martin Hoecker
3374db1ac8
Merge branch 'main' into feature/add-bru-setNextRequest
2023-10-24 22:38:44 +02:00
Anoop M D
7484a8a72b
refactor: post response lifecyle execution
2023-10-18 11:53:10 +05:30
Anoop M D
b6da0b2113
chore: pr #632 polish
2023-10-18 10:54:51 +05:30
Heikki Pölönen
544edfa7d7
Adds variable interpolate to assert runtime
2023-10-17 11:42:40 +03:00
Martin Hoecker
d4c0207545
feat: bru.setNextRequest()
2023-10-16 17:29:26 +02:00
Anoop M D
774ce327a9
Merge pull request #527 from martinsefcik/feature/507
...
Added support for debug level for console logging in scripts
2023-10-13 05:29:50 +05:30
Martin Sefcik
f9f3b3ebc0
feat( #507 ): added support for debug level for console logging in scripts
2023-10-10 12:24:28 +02:00
Oleksii Slabchenko
91b1814c55
Fix #437 (start/endWith assertions)
2023-10-10 01:31:05 +02:00
Michał Szymborski
2b25a0be18
fix( #473 ) add Ajv to the test runtime
2023-10-09 20:23:07 +02:00
Anoop M D
524c3f8445
Merge pull request #488 from lared/bugfix/set-up-ajv-in-scripts
...
fix(#473 ) add Ajv to the runtime
2023-10-09 22:15:17 +05:30
Michał Szymborski
c67cf6cca2
fix( #473 ) add Ajv to the runtime
2023-10-09 18:41:29 +02:00
Oleksii Slabchenko
024f61a95e
Fix 'between' assertion
2023-10-07 22:42:13 +02:00
Anoop M D
e3679c9ee9
feat( #306 ): module whitelisting support
2023-10-07 03:19:02 +05:30
Anoop M D
0cf18e6804
feat( #306 ): allow fs access inside scripts
2023-10-05 03:20:53 +05:30
Lesage Yann
314e8c17d3
feat: allow test to be asynchrone
2023-09-29 08:55:26 +02:00
Anoop M D
a3050db6c4
fix( #216 ): fixed issue where .env vars were not injected into bru.getEnvVar()
2023-09-28 04:32:07 +05:30
Anoop M D
8780d309ac
feat: exposing chai library in script and test runtimes
2023-09-27 23:47:56 +05:30
Anoop M D
1c89ab3450
fix: fixed issue where vm2 instantiated objects were not being sent to renderer process
2023-09-23 03:14:27 +05:30
Anoop M D
5af2f68252
chore( #197 ): ran prettier on packages/bruno-js
2023-09-22 00:42:14 +05:30
Anoop M D
f9ed68843d
feat( #190 ): Console Logs in scripts should be written into developer console
2023-09-14 00:20:04 +05:30
Anoop M D
8e0bc68ada
feat: support node-fetch as an inbuilt library ( #138 )
2023-04-20 10:51:29 +05:30
Divy Mohan Rai
0ac27dee56
feature(async-script): adding support for using async pre-request scripts
2023-04-15 12:33:45 +05:30
Anoop M D
d346970241
fix: fixed issue where unsaved changes where not being picked up while running tests ( #125 )
2023-03-29 12:43:47 +05:30
Anoop M D
78251c530c
feat: added custom assertion for chaijs for match() method
2023-03-23 21:36:35 +05:30
David Coomber
5c15438949
Updated plugin to be addProperty Re #132
2023-03-22 20:56:35 +02:00
David Coomber
d21e7f6fb5
Added Chai.js plugin to cater for isJson assertion Re #132
2023-03-21 17:30:45 +02:00
David Coomber
074d72d885
Add chai-http to enable to.be.json assertions Re #132
2023-03-19 21:08:19 +02:00
Anoop M D
8044286b80
feat: integrated assert runtime for ui
2023-02-22 02:25:02 +05:30
Anoop M D
34a2e23dc6
feat: assertion operator in UI
2023-02-22 01:20:07 +05:30
Anoop M D
224b8c3cc4
feat: vars runtime in UI
2023-02-21 15:26:12 +05:30
Anoop M D
6b2d335ade
fix: fixed string length comparision bug in assert runtime
2023-02-08 05:10:14 +05:30
Anoop M D
1b9ec05a58
feat: assert runtime
2023-02-08 01:13:21 +05:30