mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4637] [MERGED] feat: UI for test scripts generation under AI experiments #4887
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#4887
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/4637
Author: @Govind-S-B
Created: 12/20/2024
Status: ✅ Merged
Merged: 12/20/2024
Merged by: @jamesgeorge007
Base:
next← Head:HCB-148📝 Commits (5)
dee420dadded ai experiment dependencies68f7683chore: add missing imports9b47140chore: fix type error284b271chore: extract and format buildRequestInfoStringdb3b2d7chore: add req.body into context, instead of req.body.body📊 Changes
8 files changed (+549 additions, -3 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+4 -1)📝
packages/hoppscotch-common/src/components.d.ts(+2 -0)➕
packages/hoppscotch-common/src/components/aiexperiments/ModifyPreRequestModal.vue(+159 -0)➕
packages/hoppscotch-common/src/components/aiexperiments/ModifyTestScriptModal.vue(+159 -0)📝
packages/hoppscotch-common/src/components/http/PreRequestScript.vue(+46 -1)📝
packages/hoppscotch-common/src/components/http/Tests.vue(+46 -1)📝
packages/hoppscotch-common/src/composables/ai-experiments.ts(+121 -0)📝
packages/hoppscotch-common/src/platform/experiments.ts(+12 -0)📄 Description
Implements the accompanying front end changes to integrate https://github.com/hoppscotch/hoppscotch-backend/pull/133
What's changed
added modify with AI button to generate pre request and test scripts
related : https://github.com/hoppscotch/central/pull/88
Ref: HCB-148.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.