mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #2735] [CLOSED] feat: updated js-sandbox and scripting revamp RFC implementation #4035
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4035
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/2735
Author: @aitchnyu
Created: 10/3/2022
Status: ❌ Closed
Base:
main← Head:refactor/js-sandbox📝 Commits (10+)
8c339berefactor: updated js-sandbox with new quickjs apis49d604efeat: added artifact api12fc3b1feat: added new api defining functions55c0730refactor: updated and refactored apis structure1873058chore: updated package.jsoncf9b2bftest: added tests for artifacts api59a6912refactor: updated pre-request & test-script runners and realted tests392f103refactor: updated hoppscotch-app's related to type changes in pre-request and test-script runnersbc485d4refactor: updated with artifact type6295aferefactor: updated clone/lodash to cloneDeep/lodash📊 Changes
44 files changed (+3241 additions, -916 deletions)
View changed files
📝
packages/hoppscotch-app/helpers/RequestRunner.ts(+3 -3)📝
packages/hoppscotch-app/helpers/preRequest.ts(+1 -1)📝
packages/hoppscotch-js-sandbox/package.json(+2 -1)📝
packages/hoppscotch-js-sandbox/src/__tests__/preRequest.spec.ts(+30 -17)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/artifacts/create.spec.ts(+91 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/artifacts/delete.spec.ts(+59 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/artifacts/get.spec.ts(+67 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/artifacts/update.spec.ts(+71 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/consoles/debug.spec.ts(+58 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/consoles/error.spec.ts(+58 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/consoles/log.spec.ts(+58 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/consoles/warn.spec.ts(+58 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs/active/get.spec.ts(+219 -0)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs/delete.spec.ts(+150 -0)📝
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs/get.spec.ts(+61 -16)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs/getRaw.spec.ts(+185 -0)📝
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs/getResolve.spec.ts(+20 -17)➕
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs/global/get.spec.ts(+219 -0)📝
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs/resolve.spec.ts(+16 -12)📝
packages/hoppscotch-js-sandbox/src/__tests__/testing/envs/set.spec.ts(+18 -13)...and 24 more files
📄 Description
🤖 Generated by Copilot at
b7a0f9aThis pull request enhances the test script feature of the app by refactoring the code, adding new APIs, and improving the test script report. It also updates some dependencies and renames some files for clarity.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.