feat: CLI collection runner command generation UI flow (#4141)

Co-authored-by: nivedin <nivedinp@gmail.com>
This commit is contained in:
James George
2024-06-27 06:47:56 -07:00
committed by GitHub
parent a9afb17dc0
commit 3b70668162
11 changed files with 586 additions and 99 deletions

View File

@@ -129,6 +129,7 @@
})
}
"
@run-collection="emit('run-collection', $event)"
@click="
() => {
handleCollectionClick({
@@ -218,6 +219,7 @@
})
}
"
@run-collection="emit('run-collection', $event)"
@click="
() => {
handleCollectionClick({
@@ -586,6 +588,7 @@ const emit = defineEmits<{
(event: "expand-team-collection", payload: string): void
(event: "display-modal-add"): void
(event: "display-modal-import-export"): void
(event: "run-collection", collectionID: string): void
}>()
const getPath = (path: string) => {