feat: CLI collection runner command generation UI flow (#4141)
Co-authored-by: nivedin <nivedinp@gmail.com>
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user